Html Css Color HEX #F72B9A Persian Rose

📋 copy color: '#F72B9A'

red 247 ◦ green 43 ◦ blue 154

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

Shades of Persian Rose #F72B9A

Tints of Persian Rose #F72B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 55.63%
G = 9.68%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F72B9A (or 0xF72B9A) is known color: Persian Rose. HEX triplet: F7, 2B and 9A. RGB value is (247,43,154). Sum of RGB (Red+Green+Blue) = 247+43+154=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F72B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72B9A is #08D465. Grayscale: #747474. Windows color (decimal): -578662 or 10103799. OLE color: 10103799.

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

Color convert

RGB 247 43 154 -
CMYK 0 0.83 0.38 0.03
HSL 327.35º 0.93% 0.57% -
HSV(B) 327.35º 0.83% 0.97% -
XYZ 45.05 23.84 32.8 -
YUV 116.65 149.09 220.97 -
System Red Green Blue C M Y K H S L
Decimal 247 43 154 0 0.83 0.38 0.03 327.35 0.93 0.57
Hex F7 2B 9A 0 53 26 3 147 5D 39
Octal 367 53 232 0 123 46 3 507 135 71
Binary 11110111 101011 10011010 0 1010011 100110 11 101000111 1011101 111001

Color Harmonies of #F72B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72B9A

Black with #F72B9A

Text Example


Text Example

White with #F72B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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