#FA27D1

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

Shades of Razzle Dazzle Rose #FA27D1

Tints of Razzle Dazzle Rose #FA27D1

Color information

#FA27D1 (or 0xFA27D1) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 27 and D1. RGB value is (250,39,209). Sum of RGB (Red+Green+Blue) = 250+39+209=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27D1 is #05D82E. Grayscale: #787878. Windows color (decimal): -383023 or 13707258. OLE color: 13707258.

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

Color convert

RGB25039209-
CMYK00.840.160.02
HSL311.66º95.48%56.67%-
HSV(B)311.66º84.4%98.04%-
XYZ51.6626.3862.69-
YUV121.47177.4219.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 39 (15.62% from 255) = 7.83%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=50.20%
G=7.83%
B=41.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503920900.840.160.02311.6695.4856.67
HexFA27D10541021385f39
Octal37247321012420247013771
Binary11111010100111110100010101010010000101001110001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA27D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA27D1; }

 p { color: rgb(250,39,209); }

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

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

 a { background-color: rgb(250,39,209); }

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

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

 span { border-color: rgb(250,39,209); }

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