Html Css Color HEX #FE58AB Brilliant Rose

📋 copy color: '#FE58AB'

red 254 ◦ green 88 ◦ blue 171

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

Shades of Brilliant Rose #FE58AB

Tints of Brilliant Rose #FE58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 49.51%
G = 17.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FE58AB (or 0xFE58AB) is known color: Brilliant Rose. HEX triplet: FE, 58 and AB. RGB value is (254,88,171). Sum of RGB (Red+Green+Blue) = 254+88+171=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58AB is #01A754. Grayscale: #929292. Windows color (decimal): -108373 or 11229438. OLE color: 11229438.

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

Color convert

RGB 254 88 171 -
CMYK 0 0.65 0.33 0.00
HSL 330º 0.99% 0.67% -
HSV(B) 330º 0.65% 1% -
XYZ 51.71 30.99 41.78 -
YUV 147.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 254 88 171 0 0.65 0.33 0.00 330 0.99 0.67
Hex FE 58 AB 0 41 21 0 14A 63 43
Octal 376 130 253 0 101 41 0 512 143 103
Binary 11111110 1011000 10101011 0 1000001 100001 0 101001010 1100011 1000011

Color Harmonies of #FE58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58AB

Black with #FE58AB

Text Example


Text Example

White with #FE58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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