Html Css Color HEX #F0359C Wild Strawberry

📋 copy color: '#F0359C'

red 240 ◦ green 53 ◦ blue 156

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

Shades of Wild Strawberry #F0359C

Tints of Wild Strawberry #F0359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.8%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 53.45%
G = 11.8%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0359C (or 0xF0359C) is known color: Wild Strawberry. HEX triplet: F0, 35 and 9C. RGB value is (240,53,156). Sum of RGB (Red+Green+Blue) = 240+53+156=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0359C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0359C is #0FCA63. Grayscale: #787878. Windows color (decimal): -1034852 or 10237424. OLE color: 10237424.

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

Color convert

RGB 240 53 156 -
CMYK 0 0.78 0.35 0.06
HSL 326.95º 0.86% 0.57% -
HSV(B) 326.95º 0.78% 0.94% -
XYZ 43.21 23.47 33.71 -
YUV 120.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 240 53 156 0 0.78 0.35 0.06 326.95 0.86 0.57
Hex F0 35 9C 0 4E 23 6 147 56 39
Octal 360 65 234 0 116 43 6 507 126 71
Binary 11110000 110101 10011100 0 1001110 100011 110 101000111 1010110 111001

Color Harmonies of #F0359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0359C

Black with #F0359C

Text Example


Text Example

White with #F0359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0359C; }

 p { color: rgb(240,53,156); }

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

background-color css

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

 a { background-color: rgb(240,53,156); }

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

border-color css

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

 span { border-color: rgb(240,53,156); }

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