Html Css Color HEX #F731AD Persian Rose

📋 copy color: '#F731AD'

red 247 ◦ green 49 ◦ blue 173

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

Shades of Persian Rose #F731AD

Tints of Persian Rose #F731AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.45%

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

R = 52.67%
G = 10.45%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F731AD (or 0xF731AD) is known color: Persian Rose. HEX triplet: F7, 31 and AD. RGB value is (247,49,173). Sum of RGB (Red+Green+Blue) = 247+49+173=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F731AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F731AD is #08CE52. Grayscale: #7A7A7A. Windows color (decimal): -577107 or 11350519. OLE color: 11350519.

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

Color convert

RGB 247 49 173 -
CMYK 0 0.80 0.30 0.03
HSL 322.42º 0.93% 0.58% -
HSV(B) 322.42º 0.8% 0.97% -
XYZ 47 24.99 41.88 -
YUV 122.34 156.6 216.92 -
System Red Green Blue C M Y K H S L
Decimal 247 49 173 0 0.80 0.30 0.03 322.42 0.93 0.58
Hex F7 31 AD 0 50 1E 3 142 5D 3A
Octal 367 61 255 0 120 36 3 502 135 72
Binary 11110111 110001 10101101 0 1010000 11110 11 101000010 1011101 111010

Color Harmonies of #F731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731AD

Black with #F731AD

Text Example


Text Example

White with #F731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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