Html Css Color HEX #FE55B1 Brilliant Rose

📋 copy color: '#FE55B1'

red 254 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #FE55B1

Tints of Brilliant Rose #FE55B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 49.22%
G = 16.47%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE55B1 (or 0xFE55B1) is known color: Brilliant Rose. HEX triplet: FE, 55 and B1. RGB value is (254,85,177). Sum of RGB (Red+Green+Blue) = 254+85+177=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 85 (33.59% from 255 or 16.47% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE55B1 is #01AA4E. Grayscale: #919191. Windows color (decimal): -109135 or 11621886. OLE color: 11621886.

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

Color convert

RGB 254 85 177 -
CMYK 0 0.67 0.30 0.00
HSL 327.34º 0.99% 0.66% -
HSV(B) 327.34º 0.67% 1% -
XYZ 52.06 30.74 44.79 -
YUV 146.02 145.49 205.02 -
System Red Green Blue C M Y K H S L
Decimal 254 85 177 0 0.67 0.30 0.00 327.34 0.99 0.66
Hex FE 55 B1 0 43 1E 0 147 63 42
Octal 376 125 261 0 103 36 0 507 143 102
Binary 11111110 1010101 10110001 0 1000011 11110 0 101000111 1100011 1000010

Color Harmonies of #FE55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55B1

Black with #FE55B1

Text Example


Text Example

White with #FE55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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