Html Css Color HEX #F02790 Wild Strawberry

📋 copy color: '#F02790'

red 240 ◦ green 39 ◦ blue 144

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

Shades of Wild Strawberry #F02790

Tints of Wild Strawberry #F02790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.22%

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

R = 56.74%
G = 9.22%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F02790 (or 0xF02790) is known color: Wild Strawberry. HEX triplet: F0, 27 and 90. RGB value is (240,39,144). Sum of RGB (Red+Green+Blue) = 240+39+144=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 144 (56.64% from 255 or 34.04% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F02790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02790 is #0FD86F. Grayscale: #6E6E6E. Windows color (decimal): -1038448 or 9447408. OLE color: 9447408.

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

Color convert

RGB 240 39 144 -
CMYK 0 0.84 0.4 0.06
HSL 328.66º 0.87% 0.55% -
HSV(B) 328.66º 0.84% 0.94% -
XYZ 41.69 21.99 28.43 -
YUV 111.07 146.59 219.96 -
System Red Green Blue C M Y K H S L
Decimal 240 39 144 0 0.84 0.4 0.06 328.66 0.87 0.55
Hex F0 27 90 0 54 28 6 149 57 37
Octal 360 47 220 0 124 50 6 511 127 67
Binary 11110000 100111 10010000 0 1010100 101000 110 101001001 1010111 110111

Color Harmonies of #F02790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02790

Black with #F02790

Text Example


Text Example

White with #F02790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02790; }

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

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

background-color css

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

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

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

border-color css

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

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

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