#FA2FA7

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

Shades of Persian Rose #FA2FA7

Tints of Persian Rose #FA2FA7

Color information

#FA2FA7 (or 0xFA2FA7) is unknown color: approx Persian Rose. HEX triplet: FA, 2F and A7. RGB value is (250,47,167). Sum of RGB (Red+Green+Blue) = 250+47+167=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA7 is #05D058. Grayscale: #797979. Windows color (decimal): -381017 or 10956794. OLE color: 10956794.

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

Color convert

RGB25047167-
CMYK00.810.330.02
HSL324.53º95.31%58.24%-
HSV(B)324.53º81.2%98.04%-
XYZ47.4225.1538.91-
YUV121.38153.75219.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 47 (18.75% from 255) = 10.13%
BLUE value IS 167 (65.62% from 255) = 35.99%
R=53.88%
G=10.13%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2504716700.810.330.02324.5395.3158.24
HexFA2FA70512121455f3a
Octal37257247012141250513772
Binary111110101011111010011101010001100001101010001011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA2FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA2FA7; }

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

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

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

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

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

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

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

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