Html Css Color HEX #FA29AB Persian Rose

📋 copy color: '#FA29AB'

red 250 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #FA29AB

Tints of Persian Rose #FA29AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.01%

R = 54.11%
G = 8.87%
B = 37.01%

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

#FA29AB (or 0xFA29AB) is known color: Persian Rose. HEX triplet: FA, 29 and AB. RGB value is (250,41,171). Sum of RGB (Red+Green+Blue) = 250+41+171=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29AB is #05D654. Grayscale: #767676. Windows color (decimal): -382549 or 11217402. OLE color: 11217402.

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

Color convert

RGB 250 41 171 -
CMYK 0 0.84 0.32 0.02
HSL 322.68º 0.95% 0.57% -
HSV(B) 322.68º 0.84% 0.98% -
XYZ 47.57 24.85 40.82 -
YUV 118.31 157.74 221.93 -
System Red Green Blue C M Y K H S L
Decimal 250 41 171 0 0.84 0.32 0.02 322.68 0.95 0.57
Hex FA 29 AB 0 54 20 2 143 5F 39
Octal 372 51 253 0 124 40 2 503 137 71
Binary 11111010 101001 10101011 0 1010100 100000 10 101000011 1011111 111001

Color Harmonies of #FA29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29AB

Black with #FA29AB

Text Example


Text Example

White with #FA29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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