Html Css Color HEX #FF48C3 Razzle Dazzle Rose

📋 copy color: '#FF48C3'

red 255 ◦ green 72 ◦ blue 195

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

Shades of Razzle Dazzle Rose #FF48C3

Tints of Razzle Dazzle Rose #FF48C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 48.85%
G = 13.79%
B = 37.36%

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

#FF48C3 (or 0xFF48C3) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and C3. RGB value is (255,72,195). Sum of RGB (Red+Green+Blue) = 255+72+195=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C3 is #00B73C. Grayscale: #8C8C8C. Windows color (decimal): -46909 or 12798207. OLE color: 12798207.

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

Color convert

RGB 255 72 195 -
CMYK 0 0.72 0.24 0
HSL 319.67º 1% 0.64% -
HSV(B) 319.67º 0.72% 1% -
XYZ 53.41 29.83 54.57 -
YUV 140.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 255 72 195 0 0.72 0.24 0 319.67 1 0.64
Hex FF 48 C3 0 48 18 0 140 64 40
Octal 377 110 303 0 110 30 0 500 144 100
Binary 11111111 1001000 11000011 0 1001000 11000 0 101000000 1100100 1000000

Color Harmonies of #FF48C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48C3

Black with #FF48C3

Text Example


Text Example

White with #FF48C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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