#FC26DA

Color #FC26DA Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #FC26DA

Tints of Razzle Dazzle Rose #FC26DA

Color information

#FC26DA (or 0xFC26DA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FC, 26 and DA. RGB value is (252,38,218). Sum of RGB (Red+Green+Blue) = 252+38+218=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 38 (15.23% from 255 or 7.48% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC26DA is #03D925. Grayscale: #7A7A7A. Windows color (decimal): -252198 or 14296828. OLE color: 14296828.

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

Color convert

RGB25238218-
CMYK00.850.130.01
HSL309.53º97.27%56.86%-
HSV(B)309.53º84.92%98.82%-
XYZ53.4927.1468.75-
YUV122.51181.9220.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.61%
GREEN value IS 38 (15.23% from 255) = 7.48%
BLUE value IS 218 (85.55% from 255) = 42.91%
R=49.61%
G=7.48%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523821800.850.130.01309.5397.2756.86
HexFC26DA055D11366139
Octal37446332012515146614171
Binary111111001001101101101001010101110111001101101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC26DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC26DA; }

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

 H1.HeaderClassName
 {
   color: #FC26DA;
 }
 .AnyTagClassName
 {
   color: #FC26DA;
 }
</style>
background-color css

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

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

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

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

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

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