Html Css Color HEX #F02890 Wild Strawberry

📋 copy color: '#F02890'

red 240 ◦ green 40 ◦ blue 144

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

Shades of Wild Strawberry #F02890

Tints of Wild Strawberry #F02890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.43%

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 56.6%
G = 9.43%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F02890 (or 0xF02890) is known color: Wild Strawberry. HEX triplet: F0, 28 and 90. RGB value is (240,40,144). Sum of RGB (Red+Green+Blue) = 240+40+144=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 40 (16.02% from 255 or 9.43% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F02890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02890 is #0FD76F. Grayscale: #6F6F6F. Windows color (decimal): -1038192 or 9447664. OLE color: 9447664.

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

Color convert

RGB 240 40 144 -
CMYK 0 0.83 0.4 0.06
HSL 328.8º 0.87% 0.55% -
HSV(B) 328.8º 0.83% 0.94% -
XYZ 41.73 22.06 28.44 -
YUV 111.66 146.26 219.54 -
System Red Green Blue C M Y K H S L
Decimal 240 40 144 0 0.83 0.4 0.06 328.8 0.87 0.55
Hex F0 28 90 0 53 28 6 149 57 37
Octal 360 50 220 0 123 50 6 511 127 67
Binary 11110000 101000 10010000 0 1010011 101000 110 101001001 1010111 110111

Color Harmonies of #F02890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02890

Black with #F02890

Text Example


Text Example

White with #F02890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02890; }

 p { color: rgb(240,40,144); }

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

background-color css

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

 a { background-color: rgb(240,40,144); }

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

border-color css

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

 span { border-color: rgb(240,40,144); }

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