Html Css Color HEX #F02C98 Wild Strawberry

📋 copy color: '#F02C98'

red 240 ◦ green 44 ◦ blue 152

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

Shades of Wild Strawberry #F02C98

Tints of Wild Strawberry #F02C98

RGB

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

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

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

R = 55.05%
G = 10.09%
B = 34.86%

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

#F02C98 (or 0xF02C98) is known color: Wild Strawberry. HEX triplet: F0, 2C and 98. RGB value is (240,44,152). Sum of RGB (Red+Green+Blue) = 240+44+152=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02C98 is #0FD367. Grayscale: #727272. Windows color (decimal): -1037160 or 9972976. OLE color: 9972976.

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

Color convert

RGB 240 44 152 -
CMYK 0 0.82 0.37 0.06
HSL 326.94º 0.87% 0.56% -
HSV(B) 326.94º 0.82% 0.94% -
XYZ 42.5 22.59 31.83 -
YUV 114.92 148.93 217.22 -
System Red Green Blue C M Y K H S L
Decimal 240 44 152 0 0.82 0.37 0.06 326.94 0.87 0.56
Hex F0 2C 98 0 52 25 6 147 57 38
Octal 360 54 230 0 122 45 6 507 127 70
Binary 11110000 101100 10011000 0 1010010 100101 110 101000111 1010111 111000

Color Harmonies of #F02C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C98

Black with #F02C98

Text Example


Text Example

White with #F02C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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