Html Css Color HEX #FA2FA9 Persian Rose

📋 copy color: '#FA2FA9'

red 250 ◦ green 47 ◦ blue 169

#FA2FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Rose #FA2FA9

Tints of Persian Rose #FA2FA9

RGB

 RED value IS 250 (98.05% from 255) = 53.65%

 GREEN value IS 47 (18.75% from 255) = 10.09%

 BLUE value IS 169 (66.41% from 255) = 36.27%

R = 53.65%
G = 10.09%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA2FA9 (or 0xFA2FA9) is known color: Persian Rose. HEX triplet: FA, 2F and A9. RGB value is (250,47,169). Sum of RGB (Red+Green+Blue) = 250+47+169=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA9 is #05D056. Grayscale: #797979. Windows color (decimal): -381015 or 11087866. OLE color: 11087866.

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

Color convert

RGB 250 47 169 -
CMYK 0 0.81 0.32 0.02
HSL 323.94º 0.95% 0.58% -
HSV(B) 323.94º 0.81% 0.98% -
XYZ 47.6 25.22 39.9 -
YUV 121.61 154.75 219.58 -
System Red Green Blue C M Y K H S L
Decimal 250 47 169 0 0.81 0.32 0.02 323.94 0.95 0.58
Hex FA 2F A9 0 51 20 2 144 5F 3A
Octal 372 57 251 0 121 40 2 504 137 72
Binary 11111010 101111 10101001 0 1010001 100000 10 101000100 1011111 111010

Color Harmonies of #FA2FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA9

Black with #FA2FA9

Text Example


Text Example

White with #FA2FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA9; }

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

 H1.HeaderClassName
 {
   color: #FA2FA9;
 }
 .AnyTagClassName
 {
   color: #FA2FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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