Html Css Color HEX #F05890 French Rose

📋 copy color: '#F05890'

red 240 ◦ green 88 ◦ blue 144

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

Shades of French Rose #F05890

Tints of French Rose #F05890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.64%

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

R = 50.85%
G = 18.64%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#F05890 (or 0xF05890) is known color: French Rose. HEX triplet: F0, 58 and 90. RGB value is (240,88,144). Sum of RGB (Red+Green+Blue) = 240+88+144=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F05890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F05890 is #0FA76F. Grayscale: #8B8B8B. Windows color (decimal): -1025904 or 9459952. OLE color: 9459952.

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

Color convert

RGB 240 88 144 -
CMYK 0 0.63 0.4 0.06
HSL 337.89º 0.84% 0.64% -
HSV(B) 337.89º 0.63% 0.94% -
XYZ 44.46 27.52 29.35 -
YUV 139.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 240 88 144 0 0.63 0.4 0.06 337.89 0.84 0.64
Hex F0 58 90 0 3F 28 6 152 54 40
Octal 360 130 220 0 77 50 6 522 124 100
Binary 11110000 1011000 10010000 0 111111 101000 110 101010010 1010100 1000000

Color Harmonies of #F05890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05890

Black with #F05890

Text Example


Text Example

White with #F05890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05890; }

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

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

background-color css

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

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

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

border-color css

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

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

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