Html Css Color HEX #FE50AC Brilliant Rose

📋 copy color: '#FE50AC'

red 254 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #FE50AC

Tints of Brilliant Rose #FE50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.81%

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 50.2%
G = 15.81%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE50AC (or 0xFE50AC) is known color: Brilliant Rose. HEX triplet: FE, 50 and AC. RGB value is (254,80,172). Sum of RGB (Red+Green+Blue) = 254+80+172=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 80 (31.64% from 255 or 15.81% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE50AC is #01AF53. Grayscale: #8E8E8E. Windows color (decimal): -110420 or 11292926. OLE color: 11292926.

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

Color convert

RGB 254 80 172 -
CMYK 0 0.69 0.32 0.00
HSL 328.28º 0.99% 0.65% -
HSV(B) 328.28º 0.69% 1% -
XYZ 51.19 29.79 42.08 -
YUV 142.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 254 80 172 0 0.69 0.32 0.00 328.28 0.99 0.65
Hex FE 50 AC 0 45 20 0 148 63 41
Octal 376 120 254 0 105 40 0 510 143 101
Binary 11111110 1010000 10101100 0 1000101 100000 0 101001000 1100011 1000001

Color Harmonies of #FE50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50AC

Black with #FE50AC

Text Example


Text Example

White with #FE50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50AC; }

 p { color: rgb(254,80,172); }

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

background-color css

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

 a { background-color: rgb(254,80,172); }

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

border-color css

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

 span { border-color: rgb(254,80,172); }

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