Html Css Color HEX #FC49C2 Razzle Dazzle Rose

📋 copy color: '#FC49C2'

red 252 ◦ green 73 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FC49C2

Tints of Razzle Dazzle Rose #FC49C2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.07%

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

R = 48.55%
G = 14.07%
B = 37.38%

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

#FC49C2 (or 0xFC49C2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and C2. RGB value is (252,73,194). Sum of RGB (Red+Green+Blue) = 252+73+194=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 73 (28.91% from 255 or 14.07% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49C2 is #03B63D. Grayscale: #8C8C8C. Windows color (decimal): -243262 or 12732924. OLE color: 12732924.

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

Color convert

RGB 252 73 194 -
CMYK 0 0.71 0.23 0.01
HSL 319.44º 0.97% 0.64% -
HSV(B) 319.44º 0.71% 0.99% -
XYZ 52.27 29.36 53.95 -
YUV 140.32 158.3 207.66 -
System Red Green Blue C M Y K H S L
Decimal 252 73 194 0 0.71 0.23 0.01 319.44 0.97 0.64
Hex FC 49 C2 0 47 17 1 13F 61 40
Octal 374 111 302 0 107 27 1 477 141 100
Binary 11111100 1001001 11000010 0 1000111 10111 1 100111111 1100001 1000000

Color Harmonies of #FC49C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49C2

Black with #FC49C2

Text Example


Text Example

White with #FC49C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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