Html Css Color HEX #FF48C7 Razzle Dazzle Rose

📋 copy color: '#FF48C7'

red 255 ◦ green 72 ◦ blue 199

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

Shades of Razzle Dazzle Rose #FF48C7

Tints of Razzle Dazzle Rose #FF48C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.83%

R = 48.48%
G = 13.69%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF48C7 (or 0xFF48C7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 48 and C7. RGB value is (255,72,199). Sum of RGB (Red+Green+Blue) = 255+72+199=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 72 (28.52% from 255 or 13.69% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FF48C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF48C7 is #00B738. Grayscale: #8C8C8C. Windows color (decimal): -46905 or 13060351. OLE color: 13060351.

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

Color convert

RGB 255 72 199 -
CMYK 0 0.72 0.22 0
HSL 318.36º 1% 0.64% -
HSV(B) 318.36º 0.72% 1% -
XYZ 53.87 30.02 56.99 -
YUV 141.2 160.63 209.17 -
System Red Green Blue C M Y K H S L
Decimal 255 72 199 0 0.72 0.22 0 318.36 1 0.64
Hex FF 48 C7 0 48 16 0 13E 64 40
Octal 377 110 307 0 110 26 0 476 144 100
Binary 11111111 1001000 11000111 0 1001000 10110 0 100111110 1100100 1000000

Color Harmonies of #FF48C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF48C7

Black with #FF48C7

Text Example


Text Example

White with #FF48C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF48C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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