#FA35D0

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

Shades of Razzle Dazzle Rose #FA35D0

Tints of Razzle Dazzle Rose #FA35D0

Color information

#FA35D0 (or 0xFA35D0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 35 and D0. RGB value is (250,53,208). Sum of RGB (Red+Green+Blue) = 250+53+208=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA35D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA35D0 is #05CA2F. Grayscale: #818181. Windows color (decimal): -379440 or 13645306. OLE color: 13645306.

HSL color Cylindrical-coordinate representation of color #FA35D0: hue angle of 312.79º 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 #FA35D0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB25053208-
CMYK00.790.170.02
HSL312.79º95.17%59.41%-
HSV(B)312.79º78.8%98.04%-
XYZ52.0827.4262.22-
YUV129.57172.27213.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.92%
GREEN value IS 53 (21.09% from 255) = 10.37%
BLUE value IS 208 (81.64% from 255) = 40.70%
R=48.92%
G=10.37%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505320800.790.170.02312.7995.1759.41
HexFA35D004F1121395f3b
Octal37265320011721247113773
Binary11111010110101110100000100111110001101001110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA35D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA35D0; }

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

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

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

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

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

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

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

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