Html Css Color HEX #F0578D French Rose

📋 copy color: '#F0578D'

red 240 ◦ green 87 ◦ blue 141

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

Shades of French Rose #F0578D

Tints of French Rose #F0578D

RGB

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

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

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

R = 51.28%
G = 18.59%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0578D (or 0xF0578D) is known color: French Rose. HEX triplet: F0, 57 and 8D. RGB value is (240,87,141). Sum of RGB (Red+Green+Blue) = 240+87+141=468 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.28% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 240 - color contains mainly: red. Hex color #F0578D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0578D is #0FA872. Grayscale: #8A8A8A. Windows color (decimal): -1026163 or 9263088. OLE color: 9263088.

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

Color convert

RGB 240 87 141 -
CMYK 0 0.64 0.41 0.06
HSL 338.82º 0.84% 0.64% -
HSV(B) 338.82º 0.64% 0.94% -
XYZ 44.15 27.26 28.13 -
YUV 138.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 240 87 141 0 0.64 0.41 0.06 338.82 0.84 0.64
Hex F0 57 8D 0 40 29 6 153 54 40
Octal 360 127 215 0 100 51 6 523 124 100
Binary 11110000 1010111 10001101 0 1000000 101001 110 101010011 1010100 1000000

Color Harmonies of #F0578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0578D

Black with #F0578D

Text Example


Text Example

White with #F0578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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