Html Css Color HEX #FC4ADE Razzle Dazzle Rose

📋 copy color: '#FC4ADE'

red 252 ◦ green 74 ◦ blue 222

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

Shades of Razzle Dazzle Rose #FC4ADE

Tints of Razzle Dazzle Rose #FC4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 45.99%
G = 13.5%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC4ADE (or 0xFC4ADE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and DE. RGB value is (252,74,222). Sum of RGB (Red+Green+Blue) = 252+74+222=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ADE is #03B521. Grayscale: #8F8F8F. Windows color (decimal): -242978 or 14568188. OLE color: 14568188.

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

Color convert

RGB 252 74 222 -
CMYK 0 0.71 0.12 0.01
HSL 310.11º 0.97% 0.64% -
HSV(B) 310.11º 0.71% 0.99% -
XYZ 55.78 30.87 72.13 -
YUV 144.09 171.97 204.97 -
System Red Green Blue C M Y K H S L
Decimal 252 74 222 0 0.71 0.12 0.01 310.11 0.97 0.64
Hex FC 4A DE 0 47 C 1 136 61 40
Octal 374 112 336 0 107 14 1 466 141 100
Binary 11111100 1001010 11011110 0 1000111 1100 1 100110110 1100001 1000000

Color Harmonies of #FC4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4ADE

Black with #FC4ADE

Text Example


Text Example

White with #FC4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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