Html Css Color HEX #FF48AA Brilliant Rose

📋 copy color: '#FF48AA'

red 255 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #FF48AA

Tints of Brilliant Rose #FF48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 51.31%
G = 14.49%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FF48AA (or 0xFF48AA) is known color: Brilliant Rose. HEX triplet: FF, 48 and AA. RGB value is (255,72,170). Sum of RGB (Red+Green+Blue) = 255+72+170=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48AA is #00B755. Grayscale: #898989. Windows color (decimal): -46934 or 11159807. OLE color: 11159807.

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

Color convert

RGB 255 72 170 -
CMYK 0 0.72 0.33 0
HSL 327.87º 1% 0.64% -
HSV(B) 327.87º 0.72% 1% -
XYZ 50.81 28.8 40.91 -
YUV 137.89 146.13 211.53 -
System Red Green Blue C M Y K H S L
Decimal 255 72 170 0 0.72 0.33 0 327.87 1 0.64
Hex FF 48 AA 0 48 21 0 148 64 40
Octal 377 110 252 0 110 41 0 510 144 100
Binary 11111111 1001000 10101010 0 1001000 100001 0 101001000 1100100 1000000

Color Harmonies of #FF48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48AA

Black with #FF48AA

Text Example


Text Example

White with #FF48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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