#FA35CE

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

Shades of Razzle Dazzle Rose #FA35CE

Tints of Razzle Dazzle Rose #FA35CE

Color information

#FA35CE (or 0xFA35CE) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 35 and CE. RGB value is (250,53,206). Sum of RGB (Red+Green+Blue) = 250+53+206=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA35CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA35CE is #05CA31. Grayscale: #808080. Windows color (decimal): -379442 or 13514234. OLE color: 13514234.

HSL color Cylindrical-coordinate representation of color #FA35CE: hue angle of 313.4º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA35CE is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB25053206-
CMYK00.790.180.02
HSL313.4º95.17%59.41%-
HSV(B)313.4º78.8%98.04%-
XYZ51.8427.3360.93-
YUV129.34171.27214.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 53 (21.09% from 255) = 10.41%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=49.12%
G=10.41%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505320600.790.180.02313.495.1759.41
HexFA35CE04F1221395f3b
Octal37265316011722247113773
Binary11111010110101110011100100111110010101001110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA35CE; }

 p { color: rgb(250,53,206); }

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

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

 a { background-color: rgb(250,53,206); }

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

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

 span { border-color: rgb(250,53,206); }

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