Html Css Color HEX #F0329D Wild Strawberry

📋 copy color: '#F0329D'

red 240 ◦ green 50 ◦ blue 157

#F0329D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #F0329D

Tints of Wild Strawberry #F0329D

RGB

 RED value IS 240 (94.14% from 255) = 53.69%

 GREEN value IS 50 (19.92% from 255) = 11.19%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 53.69%
G = 11.19%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0329D (or 0xF0329D) is known color: Wild Strawberry. HEX triplet: F0, 32 and 9D. RGB value is (240,50,157). Sum of RGB (Red+Green+Blue) = 240+50+157=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 50 (19.92% from 255 or 11.19% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0329D is #0FCD62. Grayscale: #767676. Windows color (decimal): -1035619 or 10302192. OLE color: 10302192.

HSL color Cylindrical-coordinate representation of color #F0329D: hue angle of 326.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0329D is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 157 -
CMYK 0 0.79 0.35 0.06
HSL 326.21º 0.86% 0.57% -
HSV(B) 326.21º 0.79% 0.94% -
XYZ 43.16 23.24 34.11 -
YUV 119.01 149.45 214.3 -
System Red Green Blue C M Y K H S L
Decimal 240 50 157 0 0.79 0.35 0.06 326.21 0.86 0.57
Hex F0 32 9D 0 4F 23 6 146 56 39
Octal 360 62 235 0 117 43 6 506 126 71
Binary 11110000 110010 10011101 0 1001111 100011 110 101000110 1010110 111001

Color Harmonies of #F0329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0329D

Black with #F0329D

Text Example


Text Example

White with #F0329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0329D; }

 p { color: rgb(240,50,157); }

 H1.HeaderClassName
 {
   color: #F0329D;
 }
 .AnyTagClassName
 {
   color: #F0329D;
 }
</style>

background-color css

<style>
 a { background-color: #F0329D; }

 a { background-color: rgb(240,50,157); }

 div.DivClassName
 {
   background-color: #F0329D;
 }
 .BgClassName
 {
   background-color: #F0329D;
 }
</style>

border-color css

<style>
 span { border-color: #F0329D; }

 span { border-color: rgb(240,50,157); }

 td.TdClassName
 {
   border-color: #F0329D;
 }
 .TagClassName
 {
   border-color: #F0329D;
 }
</style>