Html Css Color HEX #FE55A0 Brilliant Rose

📋 copy color: '#FE55A0'

red 254 ◦ green 85 ◦ blue 160

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

Shades of Brilliant Rose #FE55A0

Tints of Brilliant Rose #FE55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.03%

 BLUE value IS 160 (62.89% from 255) = 32.06%

R = 50.9%
G = 17.03%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE55A0 (or 0xFE55A0) is known color: Brilliant Rose. HEX triplet: FE, 55 and A0. RGB value is (254,85,160). Sum of RGB (Red+Green+Blue) = 254+85+160=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55A0 is #01AA5F. Grayscale: #8F8F8F. Windows color (decimal): -109152 or 10507774. OLE color: 10507774.

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

Color convert

RGB 254 85 160 -
CMYK 0 0.67 0.37 0.00
HSL 333.37º 0.99% 0.66% -
HSV(B) 333.37º 0.67% 1% -
XYZ 50.47 30.11 36.41 -
YUV 144.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 254 85 160 0 0.67 0.37 0.00 333.37 0.99 0.66
Hex FE 55 A0 0 43 25 0 14D 63 42
Octal 376 125 240 0 103 45 0 515 143 102
Binary 11111110 1010101 10100000 0 1000011 100101 0 101001101 1100011 1000010

Color Harmonies of #FE55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55A0

Black with #FE55A0

Text Example


Text Example

White with #FE55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55A0; }

 p { color: rgb(254,85,160); }

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

background-color css

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

 a { background-color: rgb(254,85,160); }

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

border-color css

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

 span { border-color: rgb(254,85,160); }

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