Html Css Color HEX #F0558A French Rose

📋 copy color: '#F0558A'

red 240 ◦ green 85 ◦ blue 138

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

Shades of French Rose #F0558A

Tints of French Rose #F0558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 51.84%
G = 18.36%
B = 29.81%

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

#F0558A (or 0xF0558A) is known color: French Rose. HEX triplet: F0, 55 and 8A. RGB value is (240,85,138). Sum of RGB (Red+Green+Blue) = 240+85+138=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0558A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0558A is #0FAA75. Grayscale: #898989. Windows color (decimal): -1026678 or 9065968. OLE color: 9065968.

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

Color convert

RGB 240 85 138 -
CMYK 0 0.65 0.42 0.06
HSL 339.48º 0.84% 0.64% -
HSV(B) 339.48º 0.65% 0.94% -
XYZ 43.77 26.86 26.92 -
YUV 137.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 240 85 138 0 0.65 0.42 0.06 339.48 0.84 0.64
Hex F0 55 8A 0 41 2A 6 153 54 40
Octal 360 125 212 0 101 52 6 523 124 100
Binary 11110000 1010101 10001010 0 1000001 101010 110 101010011 1010100 1000000

Color Harmonies of #F0558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0558A

Black with #F0558A

Text Example


Text Example

White with #F0558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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