Html Css Color HEX #FC40C5 Razzle Dazzle Rose

📋 copy color: '#FC40C5'

red 252 ◦ green 64 ◦ blue 197

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

Shades of Razzle Dazzle Rose #FC40C5

Tints of Razzle Dazzle Rose #FC40C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 49.12%
G = 12.48%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FC40C5 (or 0xFC40C5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C5. RGB value is (252,64,197). Sum of RGB (Red+Green+Blue) = 252+64+197=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 64 (25.39% from 255 or 12.48% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C5 is #03BF3A. Grayscale: #878787. Windows color (decimal): -245563 or 12927228. OLE color: 12927228.

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

Color convert

RGB 252 64 197 -
CMYK 0 0.75 0.22 0.01
HSL 317.55º 0.97% 0.62% -
HSV(B) 317.55º 0.75% 0.99% -
XYZ 52.06 28.39 55.56 -
YUV 135.37 162.78 211.19 -
System Red Green Blue C M Y K H S L
Decimal 252 64 197 0 0.75 0.22 0.01 317.55 0.97 0.62
Hex FC 40 C5 0 4B 16 1 13E 61 3E
Octal 374 100 305 0 113 26 1 476 141 76
Binary 11111100 1000000 11000101 0 1001011 10110 1 100111110 1100001 111110

Color Harmonies of #FC40C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40C5

Black with #FC40C5

Text Example


Text Example

White with #FC40C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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