Html Css Color HEX #F5518E French Rose

📋 copy color: '#F5518E'

red 245 ◦ green 81 ◦ blue 142

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

Shades of French Rose #F5518E

Tints of French Rose #F5518E

RGB

 RED value IS 245 (96.09% from 255) = 52.35%

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 52.35%
G = 17.31%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F5518E (or 0xF5518E) is known color: French Rose. HEX triplet: F5, 51 and 8E. RGB value is (245,81,142). Sum of RGB (Red+Green+Blue) = 245+81+142=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F5518E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5518E is #0AAE71. Grayscale: #888888. Windows color (decimal): -700018 or 9327093. OLE color: 9327093.

HSL color Cylindrical-coordinate representation of color #F5518E: hue angle of 337.68º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5518E is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 81 142 -
CMYK 0 0.67 0.42 0.04
HSL 337.68º 0.89% 0.64% -
HSV(B) 337.68º 0.67% 0.96% -
XYZ 45.48 27.25 28.45 -
YUV 136.99 130.83 205.04 -
System Red Green Blue C M Y K H S L
Decimal 245 81 142 0 0.67 0.42 0.04 337.68 0.89 0.64
Hex F5 51 8E 0 43 2A 4 152 59 40
Octal 365 121 216 0 103 52 4 522 131 100
Binary 11110101 1010001 10001110 0 1000011 101010 100 101010010 1011001 1000000

Color Harmonies of #F5518E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5518E

Black with #F5518E

Text Example


Text Example

White with #F5518E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5518E; }

 p { color: rgb(245,81,142); }

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

background-color css

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

 a { background-color: rgb(245,81,142); }

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

border-color css

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

 span { border-color: rgb(245,81,142); }

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