Html Css Color HEX #FA29A7 Persian Rose

📋 copy color: '#FA29A7'

red 250 ◦ green 41 ◦ blue 167

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

Shades of Persian Rose #FA29A7

Tints of Persian Rose #FA29A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.46%

R = 54.59%
G = 8.95%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FA29A7 (or 0xFA29A7) is known color: Persian Rose. HEX triplet: FA, 29 and A7. RGB value is (250,41,167). Sum of RGB (Red+Green+Blue) = 250+41+167=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29A7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29A7 is #05D658. Grayscale: #757575. Windows color (decimal): -382553 or 10955258. OLE color: 10955258.

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

Color convert

RGB 250 41 167 -
CMYK 0 0.84 0.33 0.02
HSL 323.83º 0.95% 0.57% -
HSV(B) 323.83º 0.84% 0.98% -
XYZ 47.19 24.7 38.84 -
YUV 117.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 250 41 167 0 0.84 0.33 0.02 323.83 0.95 0.57
Hex FA 29 A7 0 54 21 2 144 5F 39
Octal 372 51 247 0 124 41 2 504 137 71
Binary 11111010 101001 10100111 0 1010100 100001 10 101000100 1011111 111001

Color Harmonies of #FA29A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29A7

Black with #FA29A7

Text Example


Text Example

White with #FA29A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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