Html Css Color HEX #F0558B French Rose

📋 copy color: '#F0558B'

red 240 ◦ green 85 ◦ blue 139

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

Shades of French Rose #F0558B

Tints of French Rose #F0558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.96%

R = 51.72%
G = 18.32%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0558B (or 0xF0558B) is known color: French Rose. HEX triplet: F0, 55 and 8B. RGB value is (240,85,139). Sum of RGB (Red+Green+Blue) = 240+85+139=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0558B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0558B is #0FAA74. Grayscale: #898989. Windows color (decimal): -1026677 or 9131504. OLE color: 9131504.

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

Color convert

RGB 240 85 139 -
CMYK 0 0.65 0.42 0.06
HSL 339.1º 0.84% 0.64% -
HSV(B) 339.1º 0.65% 0.94% -
XYZ 43.84 26.89 27.3 -
YUV 137.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 240 85 139 0 0.65 0.42 0.06 339.1 0.84 0.64
Hex F0 55 8B 0 41 2A 6 153 54 40
Octal 360 125 213 0 101 52 6 523 124 100
Binary 11110000 1010101 10001011 0 1000001 101010 110 101010011 1010100 1000000

Color Harmonies of #F0558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0558B

Black with #F0558B

Text Example


Text Example

White with #F0558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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