Html Css Color HEX #FA2AAE Persian Rose

📋 copy color: '#FA2AAE'

red 250 ◦ green 42 ◦ blue 174

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

Shades of Persian Rose #FA2AAE

Tints of Persian Rose #FA2AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.01%

 BLUE value IS 174 (68.36% from 255) = 37.34%

R = 53.65%
G = 9.01%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA2AAE (or 0xFA2AAE) is known color: Persian Rose. HEX triplet: FA, 2A and AE. RGB value is (250,42,174). Sum of RGB (Red+Green+Blue) = 250+42+174=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2AAE is #05D551. Grayscale: #767676. Windows color (decimal): -382290 or 11414266. OLE color: 11414266.

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

Color convert

RGB 250 42 174 -
CMYK 0 0.83 0.30 0.02
HSL 321.92º 0.95% 0.57% -
HSV(B) 321.92º 0.83% 0.98% -
XYZ 47.89 25.04 42.35 -
YUV 119.24 158.91 221.27 -
System Red Green Blue C M Y K H S L
Decimal 250 42 174 0 0.83 0.30 0.02 321.92 0.95 0.57
Hex FA 2A AE 0 53 1E 2 142 5F 39
Octal 372 52 256 0 123 36 2 502 137 71
Binary 11111010 101010 10101110 0 1010011 11110 10 101000010 1011111 111001

Color Harmonies of #FA2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2AAE

Black with #FA2AAE

Text Example


Text Example

White with #FA2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2AAE; }

 p { color: rgb(250,42,174); }

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

background-color css

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

 a { background-color: rgb(250,42,174); }

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

border-color css

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

 span { border-color: rgb(250,42,174); }

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