Html Css Color HEX #FE5096 Brilliant Rose

📋 copy color: '#FE5096'

red 254 ◦ green 80 ◦ blue 150

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

Shades of Brilliant Rose #FE5096

Tints of Brilliant Rose #FE5096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 52.48%
G = 16.53%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE5096 (or 0xFE5096) is known color: Brilliant Rose. HEX triplet: FE, 50 and 96. RGB value is (254,80,150). Sum of RGB (Red+Green+Blue) = 254+80+150=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE5096 is #01AF69. Grayscale: #8B8B8B. Windows color (decimal): -110442 or 9851134. OLE color: 9851134.

HSL color Cylindrical-coordinate representation of color #FE5096: hue angle of 335.86º 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 #FE5096 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 80 150 -
CMYK 0 0.69 0.41 0.00
HSL 335.86º 0.99% 0.65% -
HSV(B) 335.86º 0.69% 1% -
XYZ 49.25 29.01 31.86 -
YUV 140.01 133.65 209.31 -
System Red Green Blue C M Y K H S L
Decimal 254 80 150 0 0.69 0.41 0.00 335.86 0.99 0.65
Hex FE 50 96 0 45 29 0 150 63 41
Octal 376 120 226 0 105 51 0 520 143 101
Binary 11111110 1010000 10010110 0 1000101 101001 0 101010000 1100011 1000001

Color Harmonies of #FE5096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5096

Black with #FE5096

Text Example


Text Example

White with #FE5096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5096; }

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

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

background-color css

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

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

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

border-color css

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

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

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