Html Css Color HEX #FC40C8 Razzle Dazzle Rose

📋 copy color: '#FC40C8'

red 252 ◦ green 64 ◦ blue 200

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

Shades of Razzle Dazzle Rose #FC40C8

Tints of Razzle Dazzle Rose #FC40C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 48.84%
G = 12.4%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FC40C8 (or 0xFC40C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C8. RGB value is (252,64,200). Sum of RGB (Red+Green+Blue) = 252+64+200=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C8 is #03BF37. Grayscale: #878787. Windows color (decimal): -245560 or 13123836. OLE color: 13123836.

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

Color convert

RGB 252 64 200 -
CMYK 0 0.75 0.21 0.01
HSL 316.6º 0.97% 0.62% -
HSV(B) 316.6º 0.75% 0.99% -
XYZ 52.4 28.53 57.39 -
YUV 135.72 164.28 210.94 -
System Red Green Blue C M Y K H S L
Decimal 252 64 200 0 0.75 0.21 0.01 316.6 0.97 0.62
Hex FC 40 C8 0 4B 15 1 13D 61 3E
Octal 374 100 310 0 113 25 1 475 141 76
Binary 11111100 1000000 11001000 0 1001011 10101 1 100111101 1100001 111110

Color Harmonies of #FC40C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC40C8

Black with #FC40C8

Text Example


Text Example

White with #FC40C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC40C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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