Html Css Color HEX #FF48C1 Razzle Dazzle Rose

📋 copy color: '#FF48C1'

red 255 ◦ green 72 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FF48C1

Tints of Razzle Dazzle Rose #FF48C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 49.04%
G = 13.85%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF48C1 (or 0xFF48C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and C1. RGB value is (255,72,193). Sum of RGB (Red+Green+Blue) = 255+72+193=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C1 is #00B73E. Grayscale: #8C8C8C. Windows color (decimal): -46911 or 12667135. OLE color: 12667135.

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

Color convert

RGB 255 72 193 -
CMYK 0 0.72 0.24 0
HSL 320.33º 1% 0.64% -
HSV(B) 320.33º 0.72% 1% -
XYZ 53.18 29.74 53.39 -
YUV 140.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 255 72 193 0 0.72 0.24 0 320.33 1 0.64
Hex FF 48 C1 0 48 18 0 140 64 40
Octal 377 110 301 0 110 30 0 500 144 100
Binary 11111111 1001000 11000001 0 1001000 11000 0 101000000 1100100 1000000

Color Harmonies of #FF48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48C1

Black with #FF48C1

Text Example


Text Example

White with #FF48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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