Html Css Color HEX #FA29A8 Persian Rose

📋 copy color: '#FA29A8'

red 250 ◦ green 41 ◦ blue 168

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

Shades of Persian Rose #FA29A8

Tints of Persian Rose #FA29A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 54.47%
G = 8.93%
B = 36.6%

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

#FA29A8 (or 0xFA29A8) is known color: Persian Rose. HEX triplet: FA, 29 and A8. RGB value is (250,41,168). Sum of RGB (Red+Green+Blue) = 250+41+168=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA29A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA29A8 is #05D657. Grayscale: #757575. Windows color (decimal): -382552 or 11020794. OLE color: 11020794.

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

Color convert

RGB 250 41 168 -
CMYK 0 0.84 0.33 0.02
HSL 323.54º 0.95% 0.57% -
HSV(B) 323.54º 0.84% 0.98% -
XYZ 47.29 24.74 39.33 -
YUV 117.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 250 41 168 0 0.84 0.33 0.02 323.54 0.95 0.57
Hex FA 29 A8 0 54 21 2 144 5F 39
Octal 372 51 250 0 124 41 2 504 137 71
Binary 11111010 101001 10101000 0 1010100 100001 10 101000100 1011111 111001

Color Harmonies of #FA29A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA29A8

Black with #FA29A8

Text Example


Text Example

White with #FA29A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA29A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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