#FA27E5

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

Shades of Razzle Dazzle Rose #FA27E5

Tints of Razzle Dazzle Rose #FA27E5

Color information

#FA27E5 (or 0xFA27E5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 27 and E5. RGB value is (250,39,229). Sum of RGB (Red+Green+Blue) = 250+39+229=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27E5 is #05D81A. Grayscale: #7B7B7B. Windows color (decimal): -383003 or 15017978. OLE color: 15017978.

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

Color convert

RGB25039229-
CMYK00.840.080.02
HSL305.97º95.48%56.67%-
HSV(B)305.97º84.4%98.04%-
XYZ54.2927.4376.56-
YUV123.75187.4218.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 39 (15.62% from 255) = 7.53%
BLUE value IS 229 (89.84% from 255) = 44.21%
R=48.26%
G=7.53%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503922900.840.080.02305.9795.4856.67
HexFA27E5054821325f39
Octal37247345012410246213771
Binary1111101010011111100101010101001000101001100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA27E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA27E5; }

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

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

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

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

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

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

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

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