Html Css Color HEX #FE46AC Brilliant Rose

📋 copy color: '#FE46AC'

red 254 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #FE46AC

Tints of Brilliant Rose #FE46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.11%

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

R = 51.21%
G = 14.11%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FE46AC (or 0xFE46AC) is known color: Brilliant Rose. HEX triplet: FE, 46 and AC. RGB value is (254,70,172). Sum of RGB (Red+Green+Blue) = 254+70+172=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE46AC is #01B953. Grayscale: #888888. Windows color (decimal): -112980 or 11290366. OLE color: 11290366.

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

Color convert

RGB 254 70 172 -
CMYK 0 0.72 0.32 0.00
HSL 326.74º 0.99% 0.64% -
HSV(B) 326.74º 0.72% 1% -
XYZ 50.51 28.43 41.86 -
YUV 136.64 147.96 211.71 -
System Red Green Blue C M Y K H S L
Decimal 254 70 172 0 0.72 0.32 0.00 326.74 0.99 0.64
Hex FE 46 AC 0 48 20 0 147 63 40
Octal 376 106 254 0 110 40 0 507 143 100
Binary 11111110 1000110 10101100 0 1001000 100000 0 101000111 1100011 1000000

Color Harmonies of #FE46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE46AC

Black with #FE46AC

Text Example


Text Example

White with #FE46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE46AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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