Html Css Color HEX #F02C96 Wild Strawberry

📋 copy color: '#F02C96'

red 240 ◦ green 44 ◦ blue 150

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

Shades of Wild Strawberry #F02C96

Tints of Wild Strawberry #F02C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.14%

 BLUE value IS 150 (58.98% from 255) = 34.56%

R = 55.3%
G = 10.14%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F02C96 (or 0xF02C96) is known color: Wild Strawberry. HEX triplet: F0, 2C and 96. RGB value is (240,44,150). Sum of RGB (Red+Green+Blue) = 240+44+150=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 44 (17.58% from 255 or 10.14% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02C96 is #0FD369. Grayscale: #727272. Windows color (decimal): -1037162 or 9841904. OLE color: 9841904.

HSL color Cylindrical-coordinate representation of color #F02C96: hue angle of 327.55º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02C96 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 44 150 -
CMYK 0 0.82 0.37 0.06
HSL 327.55º 0.87% 0.56% -
HSV(B) 327.55º 0.82% 0.94% -
XYZ 42.34 22.53 30.97 -
YUV 114.69 147.93 217.38 -
System Red Green Blue C M Y K H S L
Decimal 240 44 150 0 0.82 0.37 0.06 327.55 0.87 0.56
Hex F0 2C 96 0 52 25 6 148 57 38
Octal 360 54 226 0 122 45 6 510 127 70
Binary 11110000 101100 10010110 0 1010010 100101 110 101001000 1010111 111000

Color Harmonies of #F02C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C96

Black with #F02C96

Text Example


Text Example

White with #F02C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C96; }

 p { color: rgb(240,44,150); }

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

background-color css

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

 a { background-color: rgb(240,44,150); }

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

border-color css

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

 span { border-color: rgb(240,44,150); }

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