Html Css Color HEX #F731AC Persian Rose

📋 copy color: '#F731AC'

red 247 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #F731AC

Tints of Persian Rose #F731AC

RGB

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

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

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

R = 52.78%
G = 10.47%
B = 36.75%

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

#F731AC (or 0xF731AC) is known color: Persian Rose. HEX triplet: F7, 31 and AC. RGB value is (247,49,172). Sum of RGB (Red+Green+Blue) = 247+49+172=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F731AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F731AC is #08CE53. Grayscale: #797979. Windows color (decimal): -577108 or 11284983. OLE color: 11284983.

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

Color convert

RGB 247 49 172 -
CMYK 0 0.80 0.30 0.03
HSL 322.73º 0.93% 0.58% -
HSV(B) 322.73º 0.8% 0.97% -
XYZ 46.9 24.95 41.37 -
YUV 122.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 247 49 172 0 0.80 0.30 0.03 322.73 0.93 0.58
Hex F7 31 AC 0 50 1E 3 143 5D 3A
Octal 367 61 254 0 120 36 3 503 135 72
Binary 11110111 110001 10101100 0 1010000 11110 11 101000011 1011101 111010

Color Harmonies of #F731AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F731AC

Black with #F731AC

Text Example


Text Example

White with #F731AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F731AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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