#FA27DB

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

Shades of Razzle Dazzle Rose #FA27DB

Tints of Razzle Dazzle Rose #FA27DB

Color information

#FA27DB (or 0xFA27DB) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 27 and DB. RGB value is (250,39,219). Sum of RGB (Red+Green+Blue) = 250+39+219=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 39 (15.62% from 255 or 7.68% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA27DB is #05D824. Grayscale: #7A7A7A. Windows color (decimal): -383013 or 14362618. OLE color: 14362618.

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

Color convert

RGB25039219-
CMYK00.840.120.02
HSL308.82º95.48%56.67%-
HSV(B)308.82º84.4%98.04%-
XYZ52.9426.8969.42-
YUV122.61182.4218.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 39 (15.62% from 255) = 7.68%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=49.21%
G=7.68%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2503921900.840.120.02308.8295.4856.67
HexFA27DB054C21355f39
Octal37247333012414246513771
Binary1111101010011111011011010101001100101001101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA27DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA27DB; }

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

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

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

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

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

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

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

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