Html Css Color HEX #FA29AA Persian Rose

📋 copy color: '#FA29AA'

red 250 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #FA29AA

Tints of Persian Rose #FA29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 54.23%
G = 8.89%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FA29AA (or 0xFA29AA) is known color: Persian Rose. HEX triplet: FA, 29 and AA. RGB value is (250,41,170). Sum of RGB (Red+Green+Blue) = 250+41+170=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29AA is #05D655. Grayscale: #757575. Windows color (decimal): -382550 or 11151866. OLE color: 11151866.

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

Color convert

RGB 250 41 170 -
CMYK 0 0.84 0.32 0.02
HSL 322.97º 0.95% 0.57% -
HSV(B) 322.97º 0.84% 0.98% -
XYZ 47.47 24.81 40.32 -
YUV 118.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 250 41 170 0 0.84 0.32 0.02 322.97 0.95 0.57
Hex FA 29 AA 0 54 20 2 143 5F 39
Octal 372 51 252 0 124 40 2 503 137 71
Binary 11111010 101001 10101010 0 1010100 100000 10 101000011 1011111 111001

Color Harmonies of #FA29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29AA

Black with #FA29AA

Text Example


Text Example

White with #FA29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29AA; }

 p { color: rgb(250,41,170); }

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

background-color css

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

 a { background-color: rgb(250,41,170); }

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

border-color css

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

 span { border-color: rgb(250,41,170); }

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