Html Css Color HEX #F02D8E Wild Strawberry

📋 copy color: '#F02D8E'

red 240 ◦ green 45 ◦ blue 142

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

Shades of Wild Strawberry #F02D8E

Tints of Wild Strawberry #F02D8E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

 BLUE value IS 142 (55.86% from 255) = 33.26%

R = 56.21%
G = 10.54%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F02D8E (or 0xF02D8E) is known color: Wild Strawberry. HEX triplet: F0, 2D and 8E. RGB value is (240,45,142). Sum of RGB (Red+Green+Blue) = 240+45+142=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F02D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02D8E is #0FD271. Grayscale: #727272. Windows color (decimal): -1036914 or 9317872. OLE color: 9317872.

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

Color convert

RGB 240 45 142 -
CMYK 0 0.81 0.41 0.06
HSL 330.15º 0.87% 0.56% -
HSV(B) 330.15º 0.81% 0.94% -
XYZ 41.76 22.36 27.71 -
YUV 114.36 143.6 217.61 -
System Red Green Blue C M Y K H S L
Decimal 240 45 142 0 0.81 0.41 0.06 330.15 0.87 0.56
Hex F0 2D 8E 0 51 29 6 14A 57 38
Octal 360 55 216 0 121 51 6 512 127 70
Binary 11110000 101101 10001110 0 1010001 101001 110 101001010 1010111 111000

Color Harmonies of #F02D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02D8E

Black with #F02D8E

Text Example


Text Example

White with #F02D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02D8E; }

 p { color: rgb(240,45,142); }

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

background-color css

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

 a { background-color: rgb(240,45,142); }

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

border-color css

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

 span { border-color: rgb(240,45,142); }

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