Html Css Color HEX #FF48D1 Razzle Dazzle Rose

📋 copy color: '#FF48D1'

red 255 ◦ green 72 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FF48D1

Tints of Razzle Dazzle Rose #FF48D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.99%

R = 47.57%
G = 13.43%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF48D1 (or 0xFF48D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and D1. RGB value is (255,72,209). Sum of RGB (Red+Green+Blue) = 255+72+209=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 72 (28.52% from 255 or 13.43% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48D1 is #00B72E. Grayscale: #8D8D8D. Windows color (decimal): -46895 or 13715711. OLE color: 13715711.

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

Color convert

RGB 255 72 209 -
CMYK 0 0.72 0.18 0
HSL 315.08º 1% 0.64% -
HSV(B) 315.08º 0.72% 1% -
XYZ 55.07 30.5 63.31 -
YUV 142.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 255 72 209 0 0.72 0.18 0 315.08 1 0.64
Hex FF 48 D1 0 48 12 0 13B 64 40
Octal 377 110 321 0 110 22 0 473 144 100
Binary 11111111 1001000 11010001 0 1001000 10010 0 100111011 1100100 1000000

Color Harmonies of #FF48D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48D1

Black with #FF48D1

Text Example


Text Example

White with #FF48D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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