Html Css Color HEX #F02590 Wild Strawberry

📋 copy color: '#F02590'

red 240 ◦ green 37 ◦ blue 144

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

Shades of Wild Strawberry #F02590

Tints of Wild Strawberry #F02590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.79%

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

R = 57.01%
G = 8.79%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F02590 (or 0xF02590) is known color: Wild Strawberry. HEX triplet: F0, 25 and 90. RGB value is (240,37,144). Sum of RGB (Red+Green+Blue) = 240+37+144=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F02590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02590 is #0FDA6F. Grayscale: #6D6D6D. Windows color (decimal): -1038960 or 9446896. OLE color: 9446896.

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

Color convert

RGB 240 37 144 -
CMYK 0 0.85 0.4 0.06
HSL 328.37º 0.87% 0.54% -
HSV(B) 328.37º 0.85% 0.94% -
XYZ 41.63 21.86 28.41 -
YUV 109.9 147.25 220.8 -
System Red Green Blue C M Y K H S L
Decimal 240 37 144 0 0.85 0.4 0.06 328.37 0.87 0.54
Hex F0 25 90 0 55 28 6 148 57 36
Octal 360 45 220 0 125 50 6 510 127 66
Binary 11110000 100101 10010000 0 1010101 101000 110 101001000 1010111 110110

Color Harmonies of #F02590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02590

Black with #F02590

Text Example


Text Example

White with #F02590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02590; }

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

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

background-color css

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

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

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

border-color css

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

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

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