Html Css Color HEX #FE55B0 Brilliant Rose

📋 copy color: '#FE55B0'

red 254 ◦ green 85 ◦ blue 176

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

Shades of Brilliant Rose #FE55B0

Tints of Brilliant Rose #FE55B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 49.32%
G = 16.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FE55B0 (or 0xFE55B0) is known color: Brilliant Rose. HEX triplet: FE, 55 and B0. RGB value is (254,85,176). Sum of RGB (Red+Green+Blue) = 254+85+176=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55B0 is #01AA4F. Grayscale: #919191. Windows color (decimal): -109136 or 11556350. OLE color: 11556350.

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

Color convert

RGB 254 85 176 -
CMYK 0 0.67 0.31 0.00
HSL 327.69º 0.99% 0.66% -
HSV(B) 327.69º 0.67% 1% -
XYZ 51.96 30.7 44.26 -
YUV 145.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 254 85 176 0 0.67 0.31 0.00 327.69 0.99 0.66
Hex FE 55 B0 0 43 1F 0 148 63 42
Octal 376 125 260 0 103 37 0 510 143 102
Binary 11111110 1010101 10110000 0 1000011 11111 0 101001000 1100011 1000010

Color Harmonies of #FE55B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55B0

Black with #FE55B0

Text Example


Text Example

White with #FE55B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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