#FA41E0

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

Shades of Razzle Dazzle Rose #FA41E0

Tints of Razzle Dazzle Rose #FA41E0

Color information

#FA41E0 (or 0xFA41E0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 41 and E0. RGB value is (250,65,224). Sum of RGB (Red+Green+Blue) = 250+65+224=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA41E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA41E0 is #05BE1F. Grayscale: #898989. Windows color (decimal): -376352 or 14696954. OLE color: 14696954.

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

Color convert

RGB25065224-
CMYK00.740.100.02
HSL308.43º94.87%61.76%-
HSV(B)308.43º74%98.04%-
XYZ54.7729.4973.33-
YUV138.44176.29207.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.38%
GREEN value IS 65 (25.78% from 255) = 12.06%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=46.38%
G=12.06%
B=41.56%

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
Decimal2506522400.740.100.02308.4394.8761.76
HexFA41E004AA21345f3e
Octal372101340011212246413776
Binary11111010100000111100000010010101010101001101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA41E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA41E0; }

 p { color: rgb(250,65,224); }

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

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

 a { background-color: rgb(250,65,224); }

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

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

 span { border-color: rgb(250,65,224); }

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