Html Css Color HEX #FF48D0 Razzle Dazzle Rose

📋 copy color: '#FF48D0'

red 255 ◦ green 72 ◦ blue 208

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

Shades of Razzle Dazzle Rose #FF48D0

Tints of Razzle Dazzle Rose #FF48D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 47.66%
G = 13.46%
B = 38.88%

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

#FF48D0 (or 0xFF48D0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and D0. RGB value is (255,72,208). Sum of RGB (Red+Green+Blue) = 255+72+208=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 72 (28.52% from 255 or 13.46% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48D0 is #00B72F. Grayscale: #8D8D8D. Windows color (decimal): -46896 or 13650175. OLE color: 13650175.

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

Color convert

RGB 255 72 208 -
CMYK 0 0.72 0.18 0
HSL 315.41º 1% 0.64% -
HSV(B) 315.41º 0.72% 1% -
XYZ 54.94 30.45 62.66 -
YUV 142.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 255 72 208 0 0.72 0.18 0 315.41 1 0.64
Hex FF 48 D0 0 48 12 0 13B 64 40
Octal 377 110 320 0 110 22 0 473 144 100
Binary 11111111 1001000 11010000 0 1001000 10010 0 100111011 1100100 1000000

Color Harmonies of #FF48D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48D0

Black with #FF48D0

Text Example


Text Example

White with #FF48D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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