Html Css Color HEX #FE56A0 Brilliant Rose

📋 copy color: '#FE56A0'

red 254 ◦ green 86 ◦ blue 160

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

Shades of Brilliant Rose #FE56A0

Tints of Brilliant Rose #FE56A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.2%

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

R = 50.8%
G = 17.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE56A0 (or 0xFE56A0) is known color: Brilliant Rose. HEX triplet: FE, 56 and A0. RGB value is (254,86,160). Sum of RGB (Red+Green+Blue) = 254+86+160=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE56A0 is #01A95F. Grayscale: #909090. Windows color (decimal): -108896 or 10508030. OLE color: 10508030.

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

Color convert

RGB 254 86 160 -
CMYK 0 0.66 0.37 0.00
HSL 333.57º 0.99% 0.67% -
HSV(B) 333.57º 0.66% 1% -
XYZ 50.55 30.26 36.44 -
YUV 144.67 136.66 205.98 -
System Red Green Blue C M Y K H S L
Decimal 254 86 160 0 0.66 0.37 0.00 333.57 0.99 0.67
Hex FE 56 A0 0 42 25 0 14E 63 43
Octal 376 126 240 0 102 45 0 516 143 103
Binary 11111110 1010110 10100000 0 1000010 100101 0 101001110 1100011 1000011

Color Harmonies of #FE56A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE56A0

Black with #FE56A0

Text Example


Text Example

White with #FE56A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE56A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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