Html Css Color HEX #F0518F French Rose

📋 copy color: '#F0518F'

red 240 ◦ green 81 ◦ blue 143

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

Shades of French Rose #F0518F

Tints of French Rose #F0518F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.82%

R = 51.72%
G = 17.46%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0518F (or 0xF0518F) is known color: French Rose. HEX triplet: F0, 51 and 8F. RGB value is (240,81,143). Sum of RGB (Red+Green+Blue) = 240+81+143=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0518F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0518F is #0FAE70. Grayscale: #878787. Windows color (decimal): -1027697 or 9392624. OLE color: 9392624.

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

Color convert

RGB 240 81 143 -
CMYK 0 0.66 0.40 0.06
HSL 336.6º 0.84% 0.63% -
HSV(B) 336.6º 0.66% 0.94% -
XYZ 43.84 26.39 28.77 -
YUV 135.61 132.18 202.46 -
System Red Green Blue C M Y K H S L
Decimal 240 81 143 0 0.66 0.40 0.06 336.6 0.84 0.63
Hex F0 51 8F 0 42 28 6 151 54 3F
Octal 360 121 217 0 102 50 6 521 124 77
Binary 11110000 1010001 10001111 0 1000010 101000 110 101010001 1010100 111111

Color Harmonies of #F0518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0518F

Black with #F0518F

Text Example


Text Example

White with #F0518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0518F; }

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

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

background-color css

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

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

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

border-color css

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

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

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