Html Css Color HEX #FE518A French Rose

📋 copy color: '#FE518A'

red 254 ◦ green 81 ◦ blue 138

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

Shades of French Rose #FE518A

Tints of French Rose #FE518A

RGB

 RED value IS 254 (99.61% from 255) = 53.7%

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

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

R = 53.7%
G = 17.12%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE518A (or 0xFE518A) is known color: French Rose. HEX triplet: FE, 51 and 8A. RGB value is (254,81,138). Sum of RGB (Red+Green+Blue) = 254+81+138=473 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.70% from 473); Green value is 81 (32.03% from 255 or 17.12% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 254 - color contains mainly: red. Hex color #FE518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE518A is #01AE75. Grayscale: #8B8B8B. Windows color (decimal): -110198 or 9064958. OLE color: 9064958.

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

Color convert

RGB 254 81 138 -
CMYK 0 0.68 0.46 0.00
HSL 340.23º 0.99% 0.66% -
HSV(B) 340.23º 0.68% 1% -
XYZ 48.4 28.79 27.05 -
YUV 139.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 254 81 138 0 0.68 0.46 0.00 340.23 0.99 0.66
Hex FE 51 8A 0 44 2E 0 154 63 42
Octal 376 121 212 0 104 56 0 524 143 102
Binary 11111110 1010001 10001010 0 1000100 101110 0 101010100 1100011 1000010

Color Harmonies of #FE518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE518A

Black with #FE518A

Text Example


Text Example

White with #FE518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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