Html Css Color HEX #FF48AE Brilliant Rose

📋 copy color: '#FF48AE'

red 255 ◦ green 72 ◦ blue 174

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

Shades of Brilliant Rose #FF48AE

Tints of Brilliant Rose #FF48AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 50.9%
G = 14.37%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FF48AE (or 0xFF48AE) is known color: Brilliant Rose. HEX triplet: FF, 48 and AE. RGB value is (255,72,174). Sum of RGB (Red+Green+Blue) = 255+72+174=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF48AE is #00B751. Grayscale: #8A8A8A. Windows color (decimal): -46930 or 11421951. OLE color: 11421951.

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

Color convert

RGB 255 72 174 -
CMYK 0 0.72 0.32 0
HSL 326.56º 1% 0.64% -
HSV(B) 326.56º 0.72% 1% -
XYZ 51.2 28.95 42.93 -
YUV 138.35 148.13 211.21 -
System Red Green Blue C M Y K H S L
Decimal 255 72 174 0 0.72 0.32 0 326.56 1 0.64
Hex FF 48 AE 0 48 20 0 147 64 40
Octal 377 110 256 0 110 40 0 507 144 100
Binary 11111111 1001000 10101110 0 1001000 100000 0 101000111 1100100 1000000

Color Harmonies of #FF48AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48AE

Black with #FF48AE

Text Example


Text Example

White with #FF48AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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