Html Css Color HEX #FE48AC Brilliant Rose

📋 copy color: '#FE48AC'

red 254 ◦ green 72 ◦ blue 172

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

Shades of Brilliant Rose #FE48AC

Tints of Brilliant Rose #FE48AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.46%

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

R = 51%
G = 14.46%
B = 34.54%

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

#FE48AC (or 0xFE48AC) is known color: Brilliant Rose. HEX triplet: FE, 48 and AC. RGB value is (254,72,172). Sum of RGB (Red+Green+Blue) = 254+72+172=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE48AC is #01B753. Grayscale: #898989. Windows color (decimal): -112468 or 11290878. OLE color: 11290878.

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

Color convert

RGB 254 72 172 -
CMYK 0 0.72 0.32 0.00
HSL 327.03º 0.99% 0.64% -
HSV(B) 327.03º 0.72% 1% -
XYZ 50.64 28.68 41.9 -
YUV 137.82 147.3 210.87 -
System Red Green Blue C M Y K H S L
Decimal 254 72 172 0 0.72 0.32 0.00 327.03 0.99 0.64
Hex FE 48 AC 0 48 20 0 147 63 40
Octal 376 110 254 0 110 40 0 507 143 100
Binary 11111110 1001000 10101100 0 1001000 100000 0 101000111 1100011 1000000

Color Harmonies of #FE48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48AC

Black with #FE48AC

Text Example


Text Example

White with #FE48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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