Html Css Color HEX #FE48B8 Brilliant Rose

📋 copy color: '#FE48B8'

red 254 ◦ green 72 ◦ blue 184

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

Shades of Brilliant Rose #FE48B8

Tints of Brilliant Rose #FE48B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.08%

R = 49.8%
G = 14.12%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.00

RGB Variations

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

Color information

#FE48B8 (or 0xFE48B8) is known color: Brilliant Rose. HEX triplet: FE, 48 and B8. RGB value is (254,72,184). Sum of RGB (Red+Green+Blue) = 254+72+184=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48B8 is #01B747. Grayscale: #8A8A8A. Windows color (decimal): -112456 or 12077310. OLE color: 12077310.

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

Color convert

RGB 254 72 184 -
CMYK 0 0.72 0.28 0.00
HSL 323.08º 0.99% 0.64% -
HSV(B) 323.08º 0.72% 1% -
XYZ 51.84 29.17 48.24 -
YUV 139.19 153.3 209.89 -
System Red Green Blue C M Y K H S L
Decimal 254 72 184 0 0.72 0.28 0.00 323.08 0.99 0.64
Hex FE 48 B8 0 48 1C 0 143 63 40
Octal 376 110 270 0 110 34 0 503 143 100
Binary 11111110 1001000 10111000 0 1001000 11100 0 101000011 1100011 1000000

Color Harmonies of #FE48B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48B8

Black with #FE48B8

Text Example


Text Example

White with #FE48B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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