Html Css Color HEX #F02892 Wild Strawberry

📋 copy color: '#F02892'

red 240 ◦ green 40 ◦ blue 146

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

Shades of Wild Strawberry #F02892

Tints of Wild Strawberry #F02892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 56.34%
G = 9.39%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#F02892 (or 0xF02892) is known color: Wild Strawberry. HEX triplet: F0, 28 and 92. RGB value is (240,40,146). Sum of RGB (Red+Green+Blue) = 240+40+146=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F02892 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02892 is #0FD76D. Grayscale: #6F6F6F. Windows color (decimal): -1038190 or 9578736. OLE color: 9578736.

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

Color convert

RGB 240 40 146 -
CMYK 0 0.83 0.39 0.06
HSL 328.2º 0.87% 0.55% -
HSV(B) 328.2º 0.83% 0.94% -
XYZ 41.88 22.12 29.26 -
YUV 111.88 147.26 219.38 -
System Red Green Blue C M Y K H S L
Decimal 240 40 146 0 0.83 0.39 0.06 328.2 0.87 0.55
Hex F0 28 92 0 53 27 6 148 57 37
Octal 360 50 222 0 123 47 6 510 127 67
Binary 11110000 101000 10010010 0 1010011 100111 110 101001000 1010111 110111

Color Harmonies of #F02892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02892

Black with #F02892

Text Example


Text Example

White with #F02892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02892; }

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

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

background-color css

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

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

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

border-color css

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

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

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