Html Css Color HEX #FE509E Brilliant Rose

📋 copy color: '#FE509E'

red 254 ◦ green 80 ◦ blue 158

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

Shades of Brilliant Rose #FE509E

Tints of Brilliant Rose #FE509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.26%

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 51.63%
G = 16.26%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE509E (or 0xFE509E) is known color: Brilliant Rose. HEX triplet: FE, 50 and 9E. RGB value is (254,80,158). Sum of RGB (Red+Green+Blue) = 254+80+158=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE509E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE509E is #01AF61. Grayscale: #8C8C8C. Windows color (decimal): -110434 or 10375422. OLE color: 10375422.

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

Color convert

RGB 254 80 158 -
CMYK 0 0.69 0.38 0.00
HSL 333.1º 0.99% 0.65% -
HSV(B) 333.1º 0.69% 1% -
XYZ 49.91 29.28 35.37 -
YUV 140.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 254 80 158 0 0.69 0.38 0.00 333.1 0.99 0.65
Hex FE 50 9E 0 45 26 0 14D 63 41
Octal 376 120 236 0 105 46 0 515 143 101
Binary 11111110 1010000 10011110 0 1000101 100110 0 101001101 1100011 1000001

Color Harmonies of #FE509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE509E

Black with #FE509E

Text Example


Text Example

White with #FE509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE509E; }

 p { color: rgb(254,80,158); }

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

background-color css

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

 a { background-color: rgb(254,80,158); }

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

border-color css

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

 span { border-color: rgb(254,80,158); }

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