Html Css Color HEX #FE58A0 Brilliant Rose

📋 copy color: '#FE58A0'

red 254 ◦ green 88 ◦ blue 160

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

Shades of Brilliant Rose #FE58A0

Tints of Brilliant Rose #FE58A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.87%

R = 50.6%
G = 17.53%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE58A0 (or 0xFE58A0) is known color: Brilliant Rose. HEX triplet: FE, 58 and A0. RGB value is (254,88,160). Sum of RGB (Red+Green+Blue) = 254+88+160=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE58A0 is #01A75F. Grayscale: #919191. Windows color (decimal): -108384 or 10508542. OLE color: 10508542.

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

Color convert

RGB 254 88 160 -
CMYK 0 0.65 0.37 0.00
HSL 333.98º 0.99% 0.67% -
HSV(B) 333.98º 0.65% 1% -
XYZ 50.71 30.59 36.49 -
YUV 145.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 254 88 160 0 0.65 0.37 0.00 333.98 0.99 0.67
Hex FE 58 A0 0 41 25 0 14E 63 43
Octal 376 130 240 0 101 45 0 516 143 103
Binary 11111110 1011000 10100000 0 1000001 100101 0 101001110 1100011 1000011

Color Harmonies of #FE58A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58A0

Black with #FE58A0

Text Example


Text Example

White with #FE58A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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