Html Css Color HEX #FE44B1 Brilliant Rose

📋 copy color: '#FE44B1'

red 254 ◦ green 68 ◦ blue 177

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

Shades of Brilliant Rose #FE44B1

Tints of Brilliant Rose #FE44B1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.63%

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

R = 50.9%
G = 13.63%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE44B1 (or 0xFE44B1) is known color: Brilliant Rose. HEX triplet: FE, 44 and B1. RGB value is (254,68,177). Sum of RGB (Red+Green+Blue) = 254+68+177=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE44B1 is #01BB4E. Grayscale: #878787. Windows color (decimal): -113487 or 11617534. OLE color: 11617534.

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

Color convert

RGB 254 68 177 -
CMYK 0 0.73 0.30 0.00
HSL 324.84º 0.99% 0.63% -
HSV(B) 324.84º 0.73% 1% -
XYZ 50.88 28.38 44.39 -
YUV 136.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 254 68 177 0 0.73 0.30 0.00 324.84 0.99 0.63
Hex FE 44 B1 0 49 1E 0 145 63 3F
Octal 376 104 261 0 111 36 0 505 143 77
Binary 11111110 1000100 10110001 0 1001001 11110 0 101000101 1100011 111111

Color Harmonies of #FE44B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE44B1

Black with #FE44B1

Text Example


Text Example

White with #FE44B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE44B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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