Html Css Color HEX #F72BA0 Persian Rose

📋 copy color: '#F72BA0'

red 247 ◦ green 43 ◦ blue 160

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

Shades of Persian Rose #F72BA0

Tints of Persian Rose #F72BA0

RGB

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

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

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

R = 54.89%
G = 9.56%
B = 35.56%

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

#F72BA0 (or 0xF72BA0) is known color: Persian Rose. HEX triplet: F7, 2B and A0. RGB value is (247,43,160). Sum of RGB (Red+Green+Blue) = 247+43+160=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F72BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72BA0 is #08D45F. Grayscale: #757575. Windows color (decimal): -578656 or 10497015. OLE color: 10497015.

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

Color convert

RGB 247 43 160 -
CMYK 0 0.83 0.35 0.03
HSL 325.59º 0.93% 0.57% -
HSV(B) 325.59º 0.83% 0.97% -
XYZ 45.57 24.04 35.5 -
YUV 117.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 247 43 160 0 0.83 0.35 0.03 325.59 0.93 0.57
Hex F7 2B A0 0 53 23 3 146 5D 39
Octal 367 53 240 0 123 43 3 506 135 71
Binary 11110111 101011 10100000 0 1010011 100011 11 101000110 1011101 111001

Color Harmonies of #F72BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72BA0

Black with #F72BA0

Text Example


Text Example

White with #F72BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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