Html Css Color HEX #F72BA1 Persian Rose

📋 copy color: '#F72BA1'

red 247 ◦ green 43 ◦ blue 161

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

Shades of Persian Rose #F72BA1

Tints of Persian Rose #F72BA1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.53%

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 54.77%
G = 9.53%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F72BA1 (or 0xF72BA1) is known color: Persian Rose. HEX triplet: F7, 2B and A1. RGB value is (247,43,161). Sum of RGB (Red+Green+Blue) = 247+43+161=451 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.77% from 451); Green value is 43 (17.19% from 255 or 9.53% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BA1 is #08D45E. Grayscale: #757575. Windows color (decimal): -578655 or 10562551. OLE color: 10562551.

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

Color convert

RGB 247 43 161 -
CMYK 0 0.83 0.35 0.03
HSL 325.29º 0.93% 0.57% -
HSV(B) 325.29º 0.83% 0.97% -
XYZ 45.65 24.08 35.96 -
YUV 117.45 152.59 220.41 -
System Red Green Blue C M Y K H S L
Decimal 247 43 161 0 0.83 0.35 0.03 325.29 0.93 0.57
Hex F7 2B A1 0 53 23 3 145 5D 39
Octal 367 53 241 0 123 43 3 505 135 71
Binary 11110111 101011 10100001 0 1010011 100011 11 101000101 1011101 111001

Color Harmonies of #F72BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72BA1

Black with #F72BA1

Text Example


Text Example

White with #F72BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72BA1; }

 p { color: rgb(247,43,161); }

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

background-color css

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

 a { background-color: rgb(247,43,161); }

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

border-color css

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

 span { border-color: rgb(247,43,161); }

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