Html Css Color HEX #FC49CA Razzle Dazzle Rose

📋 copy color: '#FC49CA'

red 252 ◦ green 73 ◦ blue 202

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

Shades of Razzle Dazzle Rose #FC49CA

Tints of Razzle Dazzle Rose #FC49CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 47.82%
G = 13.85%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FC49CA (or 0xFC49CA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and CA. RGB value is (252,73,202). Sum of RGB (Red+Green+Blue) = 252+73+202=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 73 (28.91% from 255 or 13.85% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49CA is #03B635. Grayscale: #8C8C8C. Windows color (decimal): -243254 or 13257212. OLE color: 13257212.

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

Color convert

RGB 252 73 202 -
CMYK 0 0.71 0.20 0.01
HSL 316.76º 0.97% 0.64% -
HSV(B) 316.76º 0.71% 0.99% -
XYZ 53.19 29.72 58.81 -
YUV 141.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 252 73 202 0 0.71 0.20 0.01 316.76 0.97 0.64
Hex FC 49 CA 0 47 14 1 13D 61 40
Octal 374 111 312 0 107 24 1 475 141 100
Binary 11111100 1001001 11001010 0 1000111 10100 1 100111101 1100001 1000000

Color Harmonies of #FC49CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49CA

Black with #FC49CA

Text Example


Text Example

White with #FC49CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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