Html Css Color HEX #F72FA0 Persian Rose

📋 copy color: '#F72FA0'

red 247 ◦ green 47 ◦ blue 160

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

Shades of Persian Rose #F72FA0

Tints of Persian Rose #F72FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.35%

 BLUE value IS 160 (62.89% from 255) = 35.24%

R = 54.41%
G = 10.35%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F72FA0 (or 0xF72FA0) is known color: Persian Rose. HEX triplet: F7, 2F and A0. RGB value is (247,47,160). Sum of RGB (Red+Green+Blue) = 247+47+160=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 47 (18.75% from 255 or 10.35% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72FA0 is #08D05F. Grayscale: #777777. Windows color (decimal): -577632 or 10498039. OLE color: 10498039.

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

Color convert

RGB 247 47 160 -
CMYK 0 0.81 0.35 0.03
HSL 326.1º 0.93% 0.58% -
HSV(B) 326.1º 0.81% 0.97% -
XYZ 45.72 24.35 35.55 -
YUV 119.68 150.76 218.81 -
System Red Green Blue C M Y K H S L
Decimal 247 47 160 0 0.81 0.35 0.03 326.1 0.93 0.58
Hex F7 2F A0 0 51 23 3 146 5D 3A
Octal 367 57 240 0 121 43 3 506 135 72
Binary 11110111 101111 10100000 0 1010001 100011 11 101000110 1011101 111010

Color Harmonies of #F72FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FA0

Black with #F72FA0

Text Example


Text Example

White with #F72FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FA0; }

 p { color: rgb(247,47,160); }

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

background-color css

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

 a { background-color: rgb(247,47,160); }

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

border-color css

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

 span { border-color: rgb(247,47,160); }

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