Html Css Color HEX #F03595 Wild Strawberry

📋 copy color: '#F03595'

red 240 ◦ green 53 ◦ blue 149

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

Shades of Wild Strawberry #F03595

Tints of Wild Strawberry #F03595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 54.3%
G = 11.99%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F03595 (or 0xF03595) is known color: Wild Strawberry. HEX triplet: F0, 35 and 95. RGB value is (240,53,149). Sum of RGB (Red+Green+Blue) = 240+53+149=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F03595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03595 is #0FCA6A. Grayscale: #777777. Windows color (decimal): -1034859 or 9778672. OLE color: 9778672.

HSL color Cylindrical-coordinate representation of color #F03595: hue angle of 329.2º 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 #F03595 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 149 -
CMYK 0 0.78 0.38 0.06
HSL 329.2º 0.86% 0.57% -
HSV(B) 329.2º 0.78% 0.94% -
XYZ 42.63 23.24 30.67 -
YUV 119.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 240 53 149 0 0.78 0.38 0.06 329.2 0.86 0.57
Hex F0 35 95 0 4E 26 6 149 56 39
Octal 360 65 225 0 116 46 6 511 126 71
Binary 11110000 110101 10010101 0 1001110 100110 110 101001001 1010110 111001

Color Harmonies of #F03595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03595

Black with #F03595

Text Example


Text Example

White with #F03595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03595; }

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

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

background-color css

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

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

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

border-color css

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

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

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