Html Css Color HEX #F429AA Persian Rose

📋 copy color: '#F429AA'

red 244 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #F429AA

Tints of Persian Rose #F429AA

RGB

 RED value IS 244 (95.7% from 255) = 53.63%

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

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

R = 53.63%
G = 9.01%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F429AA (or 0xF429AA) is known color: Persian Rose. HEX triplet: F4, 29 and AA. RGB value is (244,41,170). Sum of RGB (Red+Green+Blue) = 244+41+170=455 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.63% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 244 - color contains mainly: red. Hex color #F429AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F429AA is #0BD655. Grayscale: #747474. Windows color (decimal): -775766 or 11151860. OLE color: 11151860.

HSL color Cylindrical-coordinate representation of color #F429AA: hue angle of 321.87º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F429AA is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 41 170 -
CMYK 0 0.83 0.30 0.04
HSL 321.87º 0.9% 0.56% -
HSV(B) 321.87º 0.83% 0.96% -
XYZ 45.36 23.72 40.22 -
YUV 116.4 158.25 219.01 -
System Red Green Blue C M Y K H S L
Decimal 244 41 170 0 0.83 0.30 0.04 321.87 0.9 0.56
Hex F4 29 AA 0 53 1E 4 142 5A 38
Octal 364 51 252 0 123 36 4 502 132 70
Binary 11110100 101001 10101010 0 1010011 11110 100 101000010 1011010 111000

Color Harmonies of #F429AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F429AA

Black with #F429AA

Text Example


Text Example

White with #F429AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F429AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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