Html Css Color HEX #FF518A French Rose

📋 copy color: '#FF518A'

red 255 ◦ green 81 ◦ blue 138

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

Shades of French Rose #FF518A

Tints of French Rose #FF518A

RGB

 RED value IS 255 (100% from 255) = 53.8%

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 53.8%
G = 17.09%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#FF518A (or 0xFF518A) is known color: French Rose. HEX triplet: FF, 51 and 8A. RGB value is (255,81,138). Sum of RGB (Red+Green+Blue) = 255+81+138=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF518A is #00AE75. Grayscale: #8B8B8B. Windows color (decimal): -44662 or 9064959. OLE color: 9064959.

HSL color Cylindrical-coordinate representation of color #FF518A: hue angle of 340.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF518A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 138 -
CMYK 0 0.68 0.46 0
HSL 340.34º 1% 0.66% -
HSV(B) 340.34º 0.68% 1% -
XYZ 48.77 28.98 27.07 -
YUV 139.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 255 81 138 0 0.68 0.46 0 340.34 1 0.66
Hex FF 51 8A 0 44 2E 0 154 64 42
Octal 377 121 212 0 104 56 0 524 144 102
Binary 11111111 1010001 10001010 0 1000100 101110 0 101010100 1100100 1000010

Color Harmonies of #FF518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF518A

Black with #FF518A

Text Example


Text Example

White with #FF518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF518A; }

 p { color: rgb(255,81,138); }

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

background-color css

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

 a { background-color: rgb(255,81,138); }

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

border-color css

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

 span { border-color: rgb(255,81,138); }

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