#FA2FE7

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

Shades of Razzle Dazzle Rose #FA2FE7

Tints of Razzle Dazzle Rose #FA2FE7

Color information

#FA2FE7 (or 0xFA2FE7) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FA, 2F and E7. RGB value is (250,47,231). Sum of RGB (Red+Green+Blue) = 250+47+231=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FE7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FE7 is #05D018. Grayscale: #808080. Windows color (decimal): -380953 or 15151098. OLE color: 15151098.

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

Color convert

RGB25047231-
CMYK00.810.080.02
HSL305.62º95.31%58.24%-
HSV(B)305.62º81.2%98.04%-
XYZ54.8628.1378.14-
YUV128.67185.75214.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 47 (18.75% from 255) = 8.90%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=47.35%
G=8.90%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504723100.810.080.02305.6295.3158.24
HexFA2FE7051821325f3a
Octal37257347012110246213772
Binary1111101010111111100111010100011000101001100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2FE7; }

 p { color: rgb(250,47,231); }

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

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

 a { background-color: rgb(250,47,231); }

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

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

 span { border-color: rgb(250,47,231); }

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