Html Css Color HEX #FF48A1 Brilliant Rose

📋 copy color: '#FF48A1'

red 255 ◦ green 72 ◦ blue 161

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

Shades of Brilliant Rose #FF48A1

Tints of Brilliant Rose #FF48A1

RGB

 RED value IS 255 (100% from 255) = 52.25%

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 52.25%
G = 14.75%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FF48A1 (or 0xFF48A1) is known color: Brilliant Rose. HEX triplet: FF, 48 and A1. RGB value is (255,72,161). Sum of RGB (Red+Green+Blue) = 255+72+161=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 72 (28.52% from 255 or 14.75% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48A1 is #00B75E. Grayscale: #888888. Windows color (decimal): -46943 or 10569983. OLE color: 10569983.

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

Color convert

RGB 255 72 161 -
CMYK 0 0.72 0.37 0
HSL 330.82º 1% 0.64% -
HSV(B) 330.82º 0.72% 1% -
XYZ 49.99 28.47 36.58 -
YUV 136.86 141.63 212.26 -
System Red Green Blue C M Y K H S L
Decimal 255 72 161 0 0.72 0.37 0 330.82 1 0.64
Hex FF 48 A1 0 48 25 0 14B 64 40
Octal 377 110 241 0 110 45 0 513 144 100
Binary 11111111 1001000 10100001 0 1001000 100101 0 101001011 1100100 1000000

Color Harmonies of #FF48A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48A1

Black with #FF48A1

Text Example


Text Example

White with #FF48A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48A1; }

 p { color: rgb(255,72,161); }

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

background-color css

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

 a { background-color: rgb(255,72,161); }

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

border-color css

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

 span { border-color: rgb(255,72,161); }

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