Html Css Color HEX #FC40D5 Razzle Dazzle Rose

📋 copy color: '#FC40D5'

red 252 ◦ green 64 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FC40D5

Tints of Razzle Dazzle Rose #FC40D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 47.64%
G = 12.1%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC40D5 (or 0xFC40D5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and D5. RGB value is (252,64,213). Sum of RGB (Red+Green+Blue) = 252+64+213=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40D5 is #03BF2A. Grayscale: #888888. Windows color (decimal): -245547 or 13975804. OLE color: 13975804.

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

Color convert

RGB 252 64 213 -
CMYK 0 0.75 0.15 0.01
HSL 312.45º 0.97% 0.62% -
HSV(B) 312.45º 0.75% 0.99% -
XYZ 53.99 29.17 65.73 -
YUV 137.2 170.78 209.88 -
System Red Green Blue C M Y K H S L
Decimal 252 64 213 0 0.75 0.15 0.01 312.45 0.97 0.62
Hex FC 40 D5 0 4B F 1 138 61 3E
Octal 374 100 325 0 113 17 1 470 141 76
Binary 11111100 1000000 11010101 0 1001011 1111 1 100111000 1100001 111110

Color Harmonies of #FC40D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40D5

Black with #FC40D5

Text Example


Text Example

White with #FC40D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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