Html Css Color HEX #FC4ACE Razzle Dazzle Rose

📋 copy color: '#FC4ACE'

red 252 ◦ green 74 ◦ blue 206

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

Shades of Razzle Dazzle Rose #FC4ACE

Tints of Razzle Dazzle Rose #FC4ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.91%

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

R = 47.37%
G = 13.91%
B = 38.72%

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

#FC4ACE (or 0xFC4ACE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and CE. RGB value is (252,74,206). Sum of RGB (Red+Green+Blue) = 252+74+206=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ACE is #03B531. Grayscale: #8D8D8D. Windows color (decimal): -242994 or 13519612. OLE color: 13519612.

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

Color convert

RGB 252 74 206 -
CMYK 0 0.71 0.18 0.01
HSL 315.51º 0.97% 0.64% -
HSV(B) 315.51º 0.71% 0.99% -
XYZ 53.73 30.05 61.36 -
YUV 142.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 252 74 206 0 0.71 0.18 0.01 315.51 0.97 0.64
Hex FC 4A CE 0 47 12 1 13C 61 40
Octal 374 112 316 0 107 22 1 474 141 100
Binary 11111100 1001010 11001110 0 1000111 10010 1 100111100 1100001 1000000

Color Harmonies of #FC4ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4ACE

Black with #FC4ACE

Text Example


Text Example

White with #FC4ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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