Html Css Color HEX #FF48CC Razzle Dazzle Rose

📋 copy color: '#FF48CC'

red 255 ◦ green 72 ◦ blue 204

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

Shades of Razzle Dazzle Rose #FF48CC

Tints of Razzle Dazzle Rose #FF48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 48.02%
G = 13.56%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF48CC (or 0xFF48CC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and CC. RGB value is (255,72,204). Sum of RGB (Red+Green+Blue) = 255+72+204=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 72 (28.52% from 255 or 13.56% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48CC is #00B733. Grayscale: #8D8D8D. Windows color (decimal): -46900 or 13388031. OLE color: 13388031.

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

Color convert

RGB 255 72 204 -
CMYK 0 0.72 0.2 0
HSL 316.72º 1% 0.64% -
HSV(B) 316.72º 0.72% 1% -
XYZ 54.46 30.25 60.1 -
YUV 141.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 255 72 204 0 0.72 0.2 0 316.72 1 0.64
Hex FF 48 CC 0 48 14 0 13D 64 40
Octal 377 110 314 0 110 24 0 475 144 100
Binary 11111111 1001000 11001100 0 1001000 10100 0 100111101 1100100 1000000

Color Harmonies of #FF48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48CC

Black with #FF48CC

Text Example


Text Example

White with #FF48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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