Html Css Color HEX #FC40DA Razzle Dazzle Rose

📋 copy color: '#FC40DA'

red 252 ◦ green 64 ◦ blue 218

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

Shades of Razzle Dazzle Rose #FC40DA

Tints of Razzle Dazzle Rose #FC40DA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.99%

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 47.19%
G = 11.99%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC40DA (or 0xFC40DA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and DA. RGB value is (252,64,218). Sum of RGB (Red+Green+Blue) = 252+64+218=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40DA is #03BF25. Grayscale: #898989. Windows color (decimal): -245542 or 14303484. OLE color: 14303484.

HSL color Cylindrical-coordinate representation of color #FC40DA: hue angle of 310.85º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40DA is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 64 218 -
CMYK 0 0.75 0.13 0.01
HSL 310.85º 0.97% 0.62% -
HSV(B) 310.85º 0.75% 0.99% -
XYZ 54.63 29.42 69.13 -
YUV 137.77 173.28 209.48 -
System Red Green Blue C M Y K H S L
Decimal 252 64 218 0 0.75 0.13 0.01 310.85 0.97 0.62
Hex FC 40 DA 0 4B D 1 137 61 3E
Octal 374 100 332 0 113 15 1 467 141 76
Binary 11111100 1000000 11011010 0 1001011 1101 1 100110111 1100001 111110

Color Harmonies of #FC40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40DA

Black with #FC40DA

Text Example


Text Example

White with #FC40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40DA; }

 p { color: rgb(252,64,218); }

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

background-color css

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

 a { background-color: rgb(252,64,218); }

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

border-color css

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

 span { border-color: rgb(252,64,218); }

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