Html Css Color HEX #F728AC Persian Rose

📋 copy color: '#F728AC'

red 247 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #F728AC

Tints of Persian Rose #F728AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.47%

R = 53.81%
G = 8.71%
B = 37.47%

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

#F728AC (or 0xF728AC) is known color: Persian Rose. HEX triplet: F7, 28 and AC. RGB value is (247,40,172). Sum of RGB (Red+Green+Blue) = 247+40+172=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F728AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F728AC is #08D753. Grayscale: #747474. Windows color (decimal): -579412 or 11282679. OLE color: 11282679.

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

Color convert

RGB 247 40 172 -
CMYK 0 0.84 0.30 0.03
HSL 321.74º 0.93% 0.56% -
HSV(B) 321.74º 0.84% 0.97% -
XYZ 46.56 24.27 41.26 -
YUV 116.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 247 40 172 0 0.84 0.30 0.03 321.74 0.93 0.56
Hex F7 28 AC 0 54 1E 3 142 5D 38
Octal 367 50 254 0 124 36 3 502 135 70
Binary 11110111 101000 10101100 0 1010100 11110 11 101000010 1011101 111000

Color Harmonies of #F728AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F728AC

Black with #F728AC

Text Example


Text Example

White with #F728AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F728AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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