Html Css Color HEX #F732AC Persian Rose

📋 copy color: '#F732AC'

red 247 ◦ green 50 ◦ blue 172

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

Shades of Persian Rose #F732AC

Tints of Persian Rose #F732AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.66%

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

R = 52.67%
G = 10.66%
B = 36.67%

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

#F732AC (or 0xF732AC) is known color: Persian Rose. HEX triplet: F7, 32 and AC. RGB value is (247,50,172). Sum of RGB (Red+Green+Blue) = 247+50+172=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F732AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732AC is #08CD53. Grayscale: #7A7A7A. Windows color (decimal): -576852 or 11285239. OLE color: 11285239.

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

Color convert

RGB 247 50 172 -
CMYK 0 0.80 0.30 0.03
HSL 322.84º 0.92% 0.58% -
HSV(B) 322.84º 0.8% 0.97% -
XYZ 46.94 25.03 41.39 -
YUV 122.81 155.77 216.58 -
System Red Green Blue C M Y K H S L
Decimal 247 50 172 0 0.80 0.30 0.03 322.84 0.92 0.58
Hex F7 32 AC 0 50 1E 3 143 5C 3A
Octal 367 62 254 0 120 36 3 503 134 72
Binary 11110111 110010 10101100 0 1010000 11110 11 101000011 1011100 111010

Color Harmonies of #F732AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F732AC

Black with #F732AC

Text Example


Text Example

White with #F732AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F732AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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