Html Css Color HEX #F729AA Persian Rose

📋 copy color: '#F729AA'

red 247 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #F729AA

Tints of Persian Rose #F729AA

RGB

 RED value IS 247 (96.88% from 255) = 53.93%

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

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

R = 53.93%
G = 8.95%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F729AA (or 0xF729AA) is known color: Persian Rose. HEX triplet: F7, 29 and AA. RGB value is (247,41,170). Sum of RGB (Red+Green+Blue) = 247+41+170=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 41 (16.41% from 255 or 8.95% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F729AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F729AA is #08D655. Grayscale: #747474. Windows color (decimal): -579158 or 11151863. OLE color: 11151863.

HSL color Cylindrical-coordinate representation of color #F729AA: hue angle of 322.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F729AA is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 41 170 -
CMYK 0 0.83 0.31 0.03
HSL 322.43º 0.93% 0.56% -
HSV(B) 322.43º 0.83% 0.97% -
XYZ 46.41 24.26 40.27 -
YUV 117.3 157.75 220.51 -
System Red Green Blue C M Y K H S L
Decimal 247 41 170 0 0.83 0.31 0.03 322.43 0.93 0.56
Hex F7 29 AA 0 53 1F 3 142 5D 38
Octal 367 51 252 0 123 37 3 502 135 70
Binary 11110111 101001 10101010 0 1010011 11111 11 101000010 1011101 111000

Color Harmonies of #F729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F729AA

Black with #F729AA

Text Example


Text Example

White with #F729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F729AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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