Html Css Color HEX #F729A5 Persian Rose

📋 copy color: '#F729A5'

red 247 ◦ green 41 ◦ blue 165

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

Shades of Persian Rose #F729A5

Tints of Persian Rose #F729A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 54.53%
G = 9.05%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F729A5 (or 0xF729A5) is known color: Persian Rose. HEX triplet: F7, 29 and A5. RGB value is (247,41,165). Sum of RGB (Red+Green+Blue) = 247+41+165=453 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.53% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 247 - color contains mainly: red. Hex color #F729A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F729A5 is #08D65A. Grayscale: #747474. Windows color (decimal): -579163 or 10824183. OLE color: 10824183.

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

Color convert

RGB 247 41 165 -
CMYK 0 0.83 0.33 0.03
HSL 323.88º 0.93% 0.56% -
HSV(B) 323.88º 0.83% 0.97% -
XYZ 45.94 24.08 37.82 -
YUV 116.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 247 41 165 0 0.83 0.33 0.03 323.88 0.93 0.56
Hex F7 29 A5 0 53 21 3 144 5D 38
Octal 367 51 245 0 123 41 3 504 135 70
Binary 11110111 101001 10100101 0 1010011 100001 11 101000100 1011101 111000

Color Harmonies of #F729A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F729A5

Black with #F729A5

Text Example


Text Example

White with #F729A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F729A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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