Html Css Color HEX #FE58B1 Brilliant Rose

📋 copy color: '#FE58B1'

red 254 ◦ green 88 ◦ blue 177

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

Shades of Brilliant Rose #FE58B1

Tints of Brilliant Rose #FE58B1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.96%

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

R = 48.94%
G = 16.96%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FE58B1 (or 0xFE58B1) is known color: Brilliant Rose. HEX triplet: FE, 58 and B1. RGB value is (254,88,177). Sum of RGB (Red+Green+Blue) = 254+88+177=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 88 (34.77% from 255 or 16.96% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58B1 is #01A74E. Grayscale: #939393. Windows color (decimal): -108367 or 11622654. OLE color: 11622654.

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

Color convert

RGB 254 88 177 -
CMYK 0 0.65 0.30 0.00
HSL 327.83º 0.99% 0.67% -
HSV(B) 327.83º 0.65% 1% -
XYZ 52.3 31.22 44.87 -
YUV 147.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 254 88 177 0 0.65 0.30 0.00 327.83 0.99 0.67
Hex FE 58 B1 0 41 1E 0 148 63 43
Octal 376 130 261 0 101 36 0 510 143 103
Binary 11111110 1011000 10110001 0 1000001 11110 0 101001000 1100011 1000011

Color Harmonies of #FE58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58B1

Black with #FE58B1

Text Example


Text Example

White with #FE58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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