Html Css Color HEX #F03698 Wild Strawberry

📋 copy color: '#F03698'

red 240 ◦ green 54 ◦ blue 152

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

Shades of Wild Strawberry #F03698

Tints of Wild Strawberry #F03698

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.11%

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

R = 53.81%
G = 12.11%
B = 34.08%

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

#F03698 (or 0xF03698) is known color: Wild Strawberry. HEX triplet: F0, 36 and 98. RGB value is (240,54,152). Sum of RGB (Red+Green+Blue) = 240+54+152=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 152 (59.77% from 255 or 34.08% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F03698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03698 is #0FC967. Grayscale: #787878. Windows color (decimal): -1034600 or 9975536. OLE color: 9975536.

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

Color convert

RGB 240 54 152 -
CMYK 0 0.78 0.37 0.06
HSL 328.39º 0.86% 0.58% -
HSV(B) 328.39º 0.78% 0.94% -
XYZ 42.92 23.43 31.97 -
YUV 120.79 145.62 213.03 -
System Red Green Blue C M Y K H S L
Decimal 240 54 152 0 0.78 0.37 0.06 328.39 0.86 0.58
Hex F0 36 98 0 4E 25 6 148 56 3A
Octal 360 66 230 0 116 45 6 510 126 72
Binary 11110000 110110 10011000 0 1001110 100101 110 101001000 1010110 111010

Color Harmonies of #F03698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03698

Black with #F03698

Text Example


Text Example

White with #F03698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03698; }

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

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

background-color css

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

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

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

border-color css

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

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

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