#FA42E1

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

Shades of Razzle Dazzle Rose #FA42E1

Tints of Razzle Dazzle Rose #FA42E1

Color information

#FA42E1 (or 0xFA42E1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 42 and E1. RGB value is (250,66,225). Sum of RGB (Red+Green+Blue) = 250+66+225=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 66 (26.17% from 255 or 12.20% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA42E1 is #05BD1E. Grayscale: #8A8A8A. Windows color (decimal): -376095 or 14762746. OLE color: 14762746.

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

Color convert

RGB25066225-
CMYK00.740.100.02
HSL308.15º94.85%61.96%-
HSV(B)308.15º73.6%98.04%-
XYZ54.9629.6674.06-
YUV139.14176.46207.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 66 (26.17% from 255) = 12.20%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=46.21%
G=12.20%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506622500.740.100.02308.1594.8561.96
HexFA42E104AA21345f3e
Octal372102341011212246413776
Binary11111010100001011100001010010101010101001101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA42E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA42E1; }

 p { color: rgb(250,66,225); }

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

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

 a { background-color: rgb(250,66,225); }

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

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

 span { border-color: rgb(250,66,225); }

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