Html Css Color HEX #F732A4 Persian Rose

📋 copy color: '#F732A4'

red 247 ◦ green 50 ◦ blue 164

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

Shades of Persian Rose #F732A4

Tints of Persian Rose #F732A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 53.58%
G = 10.85%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F732A4 (or 0xF732A4) is known color: Persian Rose. HEX triplet: F7, 32 and A4. RGB value is (247,50,164). Sum of RGB (Red+Green+Blue) = 247+50+164=461 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.58% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 247 - color contains mainly: red. Hex color #F732A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F732A4 is #08CD5B. Grayscale: #797979. Windows color (decimal): -576860 or 10760951. OLE color: 10760951.

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

Color convert

RGB 247 50 164 -
CMYK 0 0.80 0.34 0.03
HSL 325.28º 0.92% 0.58% -
HSV(B) 325.28º 0.8% 0.97% -
XYZ 46.2 24.74 37.46 -
YUV 121.9 151.77 217.23 -
System Red Green Blue C M Y K H S L
Decimal 247 50 164 0 0.80 0.34 0.03 325.28 0.92 0.58
Hex F7 32 A4 0 50 22 3 145 5C 3A
Octal 367 62 244 0 120 42 3 505 134 72
Binary 11110111 110010 10100100 0 1010000 100010 11 101000101 1011100 111010

Color Harmonies of #F732A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F732A4

Black with #F732A4

Text Example


Text Example

White with #F732A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F732A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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