Html Css Color HEX #FC49CE Razzle Dazzle Rose

📋 copy color: '#FC49CE'

red 252 ◦ green 73 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FC49CE

Tints of Razzle Dazzle Rose #FC49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 47.46%
G = 13.75%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC49CE (or 0xFC49CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and CE. RGB value is (252,73,206). Sum of RGB (Red+Green+Blue) = 252+73+206=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 73 (28.91% from 255 or 13.75% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49CE is #03B631. Grayscale: #8D8D8D. Windows color (decimal): -243250 or 13519356. OLE color: 13519356.

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

Color convert

RGB 252 73 206 -
CMYK 0 0.71 0.18 0.01
HSL 315.42º 0.97% 0.64% -
HSV(B) 315.42º 0.71% 0.99% -
XYZ 53.67 29.92 61.34 -
YUV 141.68 164.3 206.69 -
System Red Green Blue C M Y K H S L
Decimal 252 73 206 0 0.71 0.18 0.01 315.42 0.97 0.64
Hex FC 49 CE 0 47 12 1 13B 61 40
Octal 374 111 316 0 107 22 1 473 141 100
Binary 11111100 1001001 11001110 0 1000111 10010 1 100111011 1100001 1000000

Color Harmonies of #FC49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC49CE

Black with #FC49CE

Text Example


Text Example

White with #FC49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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