#FA35C4

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

Shades of Razzle Dazzle Rose #FA35C4

Tints of Razzle Dazzle Rose #FA35C4

Color information

#FA35C4 (or 0xFA35C4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 35 and C4. RGB value is (250,53,196). Sum of RGB (Red+Green+Blue) = 250+53+196=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA35C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA35C4 is #05CA3B. Grayscale: #7F7F7F. Windows color (decimal): -379452 or 12858874. OLE color: 12858874.

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

Color convert

RGB25053196-
CMYK00.790.220.02
HSL316.45º95.17%59.41%-
HSV(B)316.45º78.8%98.04%-
XYZ50.6626.8654.74-
YUV128.2166.27214.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.10%
GREEN value IS 53 (21.09% from 255) = 10.62%
BLUE value IS 196 (76.95% from 255) = 39.28%
R=50.10%
G=10.62%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505319600.790.220.02316.4595.1759.41
HexFA35C404F16213c5f3b
Octal37265304011726247413773
Binary11111010110101110001000100111110110101001111001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA35C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA35C4; }

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

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

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

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

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

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

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

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