Html Css Color HEX #F0518D French Rose

📋 copy color: '#F0518D'

red 240 ◦ green 81 ◦ blue 141

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

Shades of French Rose #F0518D

Tints of French Rose #F0518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.53%

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

R = 51.95%
G = 17.53%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0518D (or 0xF0518D) is known color: French Rose. HEX triplet: F0, 51 and 8D. RGB value is (240,81,141). Sum of RGB (Red+Green+Blue) = 240+81+141=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0518D is #0FAE72. Grayscale: #878787. Windows color (decimal): -1027699 or 9261552. OLE color: 9261552.

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

Color convert

RGB 240 81 141 -
CMYK 0 0.66 0.41 0.06
HSL 337.36º 0.84% 0.63% -
HSV(B) 337.36º 0.66% 0.94% -
XYZ 43.69 26.33 27.98 -
YUV 135.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 240 81 141 0 0.66 0.41 0.06 337.36 0.84 0.63
Hex F0 51 8D 0 42 29 6 151 54 3F
Octal 360 121 215 0 102 51 6 521 124 77
Binary 11110000 1010001 10001101 0 1000010 101001 110 101010001 1010100 111111

Color Harmonies of #F0518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0518D

Black with #F0518D

Text Example


Text Example

White with #F0518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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