Html Css Color HEX #F0578C French Rose

📋 copy color: '#F0578C'

red 240 ◦ green 87 ◦ blue 140

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

Shades of French Rose #F0578C

Tints of French Rose #F0578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.63%

 BLUE value IS 140 (55.08% from 255) = 29.98%

R = 51.39%
G = 18.63%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0578C (or 0xF0578C) is known color: French Rose. HEX triplet: F0, 57 and 8C. RGB value is (240,87,140). Sum of RGB (Red+Green+Blue) = 240+87+140=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0578C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0578C is #0FA873. Grayscale: #8A8A8A. Windows color (decimal): -1026164 or 9197552. OLE color: 9197552.

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

Color convert

RGB 240 87 140 -
CMYK 0 0.64 0.42 0.06
HSL 339.22º 0.84% 0.64% -
HSV(B) 339.22º 0.64% 0.94% -
XYZ 44.08 27.24 27.74 -
YUV 138.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 240 87 140 0 0.64 0.42 0.06 339.22 0.84 0.64
Hex F0 57 8C 0 40 2A 6 153 54 40
Octal 360 127 214 0 100 52 6 523 124 100
Binary 11110000 1010111 10001100 0 1000000 101010 110 101010011 1010100 1000000

Color Harmonies of #F0578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0578C

Black with #F0578C

Text Example


Text Example

White with #F0578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0578C; }

 p { color: rgb(240,87,140); }

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

background-color css

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

 a { background-color: rgb(240,87,140); }

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

border-color css

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

 span { border-color: rgb(240,87,140); }

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