Html Css Color HEX #FE54B1 Brilliant Rose

📋 copy color: '#FE54B1'

red 254 ◦ green 84 ◦ blue 177

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

Shades of Brilliant Rose #FE54B1

Tints of Brilliant Rose #FE54B1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.31%

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

R = 49.32%
G = 16.31%
B = 34.37%

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

#FE54B1 (or 0xFE54B1) is known color: Brilliant Rose. HEX triplet: FE, 54 and B1. RGB value is (254,84,177). Sum of RGB (Red+Green+Blue) = 254+84+177=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE54B1 is #01AB4E. Grayscale: #919191. Windows color (decimal): -109391 or 11621630. OLE color: 11621630.

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

Color convert

RGB 254 84 177 -
CMYK 0 0.67 0.30 0.00
HSL 327.18º 0.99% 0.66% -
HSV(B) 327.18º 0.67% 1% -
XYZ 51.98 30.59 44.76 -
YUV 145.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 254 84 177 0 0.67 0.30 0.00 327.18 0.99 0.66
Hex FE 54 B1 0 43 1E 0 147 63 42
Octal 376 124 261 0 103 36 0 507 143 102
Binary 11111110 1010100 10110001 0 1000011 11110 0 101000111 1100011 1000010

Color Harmonies of #FE54B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54B1

Black with #FE54B1

Text Example


Text Example

White with #FE54B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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