Html Css Color HEX #FC48C1 Razzle Dazzle Rose

📋 copy color: '#FC48C1'

red 252 ◦ green 72 ◦ blue 193

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

Shades of Razzle Dazzle Rose #FC48C1

Tints of Razzle Dazzle Rose #FC48C1

RGB

 RED value IS 252 (98.83% from 255) = 48.74%

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

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

R = 48.74%
G = 13.93%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FC48C1 (or 0xFC48C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and C1. RGB value is (252,72,193). Sum of RGB (Red+Green+Blue) = 252+72+193=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 72 (28.52% from 255 or 13.93% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48C1 is #03B73E. Grayscale: #8B8B8B. Windows color (decimal): -243519 or 12667132. OLE color: 12667132.

HSL color Cylindrical-coordinate representation of color #FC48C1: hue angle of 319.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC48C1 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 193 -
CMYK 0 0.71 0.23 0.01
HSL 319.67º 0.97% 0.64% -
HSV(B) 319.67º 0.71% 0.99% -
XYZ 52.09 29.18 53.34 -
YUV 139.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 252 72 193 0 0.71 0.23 0.01 319.67 0.97 0.64
Hex FC 48 C1 0 47 17 1 140 61 40
Octal 374 110 301 0 107 27 1 500 141 100
Binary 11111100 1001000 11000001 0 1000111 10111 1 101000000 1100001 1000000

Color Harmonies of #FC48C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48C1

Black with #FC48C1

Text Example


Text Example

White with #FC48C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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