Html Css Color HEX #FA2FA4 Persian Rose

📋 copy color: '#FA2FA4'

red 250 ◦ green 47 ◦ blue 164

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

Shades of Persian Rose #FA2FA4

Tints of Persian Rose #FA2FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 54.23%
G = 10.2%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA2FA4 (or 0xFA2FA4) is known color: Persian Rose. HEX triplet: FA, 2F and A4. RGB value is (250,47,164). Sum of RGB (Red+Green+Blue) = 250+47+164=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2FA4 is #05D05B. Grayscale: #787878. Windows color (decimal): -381020 or 10760186. OLE color: 10760186.

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

Color convert

RGB 250 47 164 -
CMYK 0 0.81 0.34 0.02
HSL 325.42º 0.95% 0.58% -
HSV(B) 325.42º 0.81% 0.98% -
XYZ 47.14 25.04 37.47 -
YUV 121.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 250 47 164 0 0.81 0.34 0.02 325.42 0.95 0.58
Hex FA 2F A4 0 51 22 2 145 5F 3A
Octal 372 57 244 0 121 42 2 505 137 72
Binary 11111010 101111 10100100 0 1010001 100010 10 101000101 1011111 111010

Color Harmonies of #FA2FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2FA4

Black with #FA2FA4

Text Example


Text Example

White with #FA2FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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