Html Css Color HEX #FC48C2 Razzle Dazzle Rose

📋 copy color: '#FC48C2'

red 252 ◦ green 72 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC48C2

Tints of Razzle Dazzle Rose #FC48C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 48.65%
G = 13.9%
B = 37.45%

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

#FC48C2 (or 0xFC48C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 48 and C2. RGB value is (252,72,194). Sum of RGB (Red+Green+Blue) = 252+72+194=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC48C2 is #03B73D. Grayscale: #8B8B8B. Windows color (decimal): -243518 or 12732668. OLE color: 12732668.

HSL color Cylindrical-coordinate representation of color #FC48C2: hue angle of 319.33º 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 #FC48C2 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 72 194 -
CMYK 0 0.71 0.23 0.01
HSL 319.33º 0.97% 0.64% -
HSV(B) 319.33º 0.71% 0.99% -
XYZ 52.2 29.23 53.93 -
YUV 139.73 158.63 208.08 -
System Red Green Blue C M Y K H S L
Decimal 252 72 194 0 0.71 0.23 0.01 319.33 0.97 0.64
Hex FC 48 C2 0 47 17 1 13F 61 40
Octal 374 110 302 0 107 27 1 477 141 100
Binary 11111100 1001000 11000010 0 1000111 10111 1 100111111 1100001 1000000

Color Harmonies of #FC48C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC48C2

Black with #FC48C2

Text Example


Text Example

White with #FC48C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC48C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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