Html Css Color HEX #F02990 Wild Strawberry

📋 copy color: '#F02990'

red 240 ◦ green 41 ◦ blue 144

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

Shades of Wild Strawberry #F02990

Tints of Wild Strawberry #F02990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.65%

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

R = 56.47%
G = 9.65%
B = 33.88%

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

#F02990 (or 0xF02990) is known color: Wild Strawberry. HEX triplet: F0, 29 and 90. RGB value is (240,41,144). Sum of RGB (Red+Green+Blue) = 240+41+144=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F02990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02990 is #0FD66F. Grayscale: #707070. Windows color (decimal): -1037936 or 9447920. OLE color: 9447920.

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

Color convert

RGB 240 41 144 -
CMYK 0 0.83 0.4 0.06
HSL 328.94º 0.87% 0.55% -
HSV(B) 328.94º 0.83% 0.94% -
XYZ 41.76 22.12 28.45 -
YUV 112.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 240 41 144 0 0.83 0.4 0.06 328.94 0.87 0.55
Hex F0 29 90 0 53 28 6 149 57 37
Octal 360 51 220 0 123 50 6 511 127 67
Binary 11110000 101001 10010000 0 1010011 101000 110 101001001 1010111 110111

Color Harmonies of #F02990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02990

Black with #F02990

Text Example


Text Example

White with #F02990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02990; }

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

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

background-color css

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

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

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

border-color css

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

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

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