Html Css Color HEX #F0558F French Rose

📋 copy color: '#F0558F'

red 240 ◦ green 85 ◦ blue 143

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

Shades of French Rose #F0558F

Tints of French Rose #F0558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.16%

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 51.28%
G = 18.16%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0558F (or 0xF0558F) is known color: French Rose. HEX triplet: F0, 55 and 8F. RGB value is (240,85,143). Sum of RGB (Red+Green+Blue) = 240+85+143=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0558F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0558F is #0FAA70. Grayscale: #898989. Windows color (decimal): -1026673 or 9393648. OLE color: 9393648.

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

Color convert

RGB 240 85 143 -
CMYK 0 0.65 0.40 0.06
HSL 337.55º 0.84% 0.64% -
HSV(B) 337.55º 0.65% 0.94% -
XYZ 44.14 27.01 28.87 -
YUV 137.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 240 85 143 0 0.65 0.40 0.06 337.55 0.84 0.64
Hex F0 55 8F 0 41 28 6 152 54 40
Octal 360 125 217 0 101 50 6 522 124 100
Binary 11110000 1010101 10001111 0 1000001 101000 110 101010010 1010100 1000000

Color Harmonies of #F0558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0558F

Black with #F0558F

Text Example


Text Example

White with #F0558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0558F; }

 p { color: rgb(240,85,143); }

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

background-color css

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

 a { background-color: rgb(240,85,143); }

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

border-color css

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

 span { border-color: rgb(240,85,143); }

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