Html Css Color HEX #FE48B9 Brilliant Rose

📋 copy color: '#FE48B9'

red 254 ◦ green 72 ◦ blue 185

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

Shades of Brilliant Rose #FE48B9

Tints of Brilliant Rose #FE48B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 49.71%
G = 14.09%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#FE48B9 (or 0xFE48B9) is known color: Brilliant Rose. HEX triplet: FE, 48 and B9. RGB value is (254,72,185). Sum of RGB (Red+Green+Blue) = 254+72+185=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48B9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE48B9 is #01B746. Grayscale: #8B8B8B. Windows color (decimal): -112455 or 12142846. OLE color: 12142846.

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

Color convert

RGB 254 72 185 -
CMYK 0 0.72 0.27 0.00
HSL 322.75º 0.99% 0.64% -
HSV(B) 322.75º 0.72% 1% -
XYZ 51.95 29.21 48.8 -
YUV 139.3 153.8 209.81 -
System Red Green Blue C M Y K H S L
Decimal 254 72 185 0 0.72 0.27 0.00 322.75 0.99 0.64
Hex FE 48 B9 0 48 1B 0 143 63 40
Octal 376 110 271 0 110 33 0 503 143 100
Binary 11111110 1001000 10111001 0 1001000 11011 0 101000011 1100011 1000000

Color Harmonies of #FE48B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48B9

Black with #FE48B9

Text Example


Text Example

White with #FE48B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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