Html Css Color HEX #F03598 Wild Strawberry

📋 copy color: '#F03598'

red 240 ◦ green 53 ◦ blue 152

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

Shades of Wild Strawberry #F03598

Tints of Wild Strawberry #F03598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.16%

R = 53.93%
G = 11.91%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F03598 (or 0xF03598) is known color: Wild Strawberry. HEX triplet: F0, 35 and 98. RGB value is (240,53,152). Sum of RGB (Red+Green+Blue) = 240+53+152=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F03598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03598 is #0FCA67. Grayscale: #777777. Windows color (decimal): -1034856 or 9975280. OLE color: 9975280.

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

Color convert

RGB 240 53 152 -
CMYK 0 0.78 0.37 0.06
HSL 328.24º 0.86% 0.57% -
HSV(B) 328.24º 0.78% 0.94% -
XYZ 42.88 23.34 31.95 -
YUV 120.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 240 53 152 0 0.78 0.37 0.06 328.24 0.86 0.57
Hex F0 35 98 0 4E 25 6 148 56 39
Octal 360 65 230 0 116 45 6 510 126 71
Binary 11110000 110101 10011000 0 1001110 100101 110 101001000 1010110 111001

Color Harmonies of #F03598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03598

Black with #F03598

Text Example


Text Example

White with #F03598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03598; }

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

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

background-color css

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

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

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

border-color css

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

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

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