Html Css Color HEX #F0558D French Rose

📋 copy color: '#F0558D'

red 240 ◦ green 85 ◦ blue 141

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

Shades of French Rose #F0558D

Tints of French Rose #F0558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 51.5%
G = 18.24%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0558D (or 0xF0558D) is known color: French Rose. HEX triplet: F0, 55 and 8D. RGB value is (240,85,141). Sum of RGB (Red+Green+Blue) = 240+85+141=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0558D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0558D is #0FAA72. Grayscale: #898989. Windows color (decimal): -1026675 or 9262576. OLE color: 9262576.

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

Color convert

RGB 240 85 141 -
CMYK 0 0.65 0.41 0.06
HSL 338.32º 0.84% 0.64% -
HSV(B) 338.32º 0.65% 0.94% -
XYZ 43.99 26.95 28.08 -
YUV 137.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 240 85 141 0 0.65 0.41 0.06 338.32 0.84 0.64
Hex F0 55 8D 0 41 29 6 152 54 40
Octal 360 125 215 0 101 51 6 522 124 100
Binary 11110000 1010101 10001101 0 1000001 101001 110 101010010 1010100 1000000

Color Harmonies of #F0558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0558D

Black with #F0558D

Text Example


Text Example

White with #F0558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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