Html Css Color HEX #FF48AC Brilliant Rose

📋 copy color: '#FF48AC'

red 255 ◦ green 72 ◦ blue 172

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

Shades of Brilliant Rose #FF48AC

Tints of Brilliant Rose #FF48AC

RGB

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

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

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

R = 51.1%
G = 14.43%
B = 34.47%

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

#FF48AC (or 0xFF48AC) is known color: Brilliant Rose. HEX triplet: FF, 48 and AC. RGB value is (255,72,172). Sum of RGB (Red+Green+Blue) = 255+72+172=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48AC is #00B753. Grayscale: #898989. Windows color (decimal): -46932 or 11290879. OLE color: 11290879.

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

Color convert

RGB 255 72 172 -
CMYK 0 0.72 0.33 0
HSL 327.21º 1% 0.64% -
HSV(B) 327.21º 0.72% 1% -
XYZ 51 28.87 41.91 -
YUV 138.12 147.13 211.37 -
System Red Green Blue C M Y K H S L
Decimal 255 72 172 0 0.72 0.33 0 327.21 1 0.64
Hex FF 48 AC 0 48 21 0 147 64 40
Octal 377 110 254 0 110 41 0 507 144 100
Binary 11111111 1001000 10101100 0 1001000 100001 0 101000111 1100100 1000000

Color Harmonies of #FF48AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48AC

Black with #FF48AC

Text Example


Text Example

White with #FF48AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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