Html Css Color HEX #F728AD Persian Rose

📋 copy color: '#F728AD'

red 247 ◦ green 40 ◦ blue 173

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

Shades of Persian Rose #F728AD

Tints of Persian Rose #F728AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.7%

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 53.7%
G = 8.7%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F728AD (or 0xF728AD) is known color: Persian Rose. HEX triplet: F7, 28 and AD. RGB value is (247,40,173). Sum of RGB (Red+Green+Blue) = 247+40+173=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F728AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F728AD is #08D752. Grayscale: #747474. Windows color (decimal): -579411 or 11348215. OLE color: 11348215.

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

Color convert

RGB 247 40 173 -
CMYK 0 0.84 0.30 0.03
HSL 321.45º 0.93% 0.56% -
HSV(B) 321.45º 0.84% 0.97% -
XYZ 46.66 24.31 41.77 -
YUV 117.06 159.58 220.69 -
System Red Green Blue C M Y K H S L
Decimal 247 40 173 0 0.84 0.30 0.03 321.45 0.93 0.56
Hex F7 28 AD 0 54 1E 3 141 5D 38
Octal 367 50 255 0 124 36 3 501 135 70
Binary 11110111 101000 10101101 0 1010100 11110 11 101000001 1011101 111000

Color Harmonies of #F728AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F728AD

Black with #F728AD

Text Example


Text Example

White with #F728AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F728AD; }

 p { color: rgb(247,40,173); }

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

background-color css

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

 a { background-color: rgb(247,40,173); }

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

border-color css

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

 span { border-color: rgb(247,40,173); }

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