Html Css Color HEX #F72FB2 Persian Rose

📋 copy color: '#F72FB2'

red 247 ◦ green 47 ◦ blue 178

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

Shades of Persian Rose #F72FB2

Tints of Persian Rose #F72FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 52.33%
G = 9.96%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F72FB2 (or 0xF72FB2) is known color: Persian Rose. HEX triplet: F7, 2F and B2. RGB value is (247,47,178). Sum of RGB (Red+Green+Blue) = 247+47+178=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F72FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72FB2 is #08D04D. Grayscale: #797979. Windows color (decimal): -577614 or 11677687. OLE color: 11677687.

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

Color convert

RGB 247 47 178 -
CMYK 0 0.81 0.28 0.03
HSL 320.7º 0.93% 0.58% -
HSV(B) 320.7º 0.81% 0.97% -
XYZ 47.41 25.02 44.45 -
YUV 121.73 159.76 217.35 -
System Red Green Blue C M Y K H S L
Decimal 247 47 178 0 0.81 0.28 0.03 320.7 0.93 0.58
Hex F7 2F B2 0 51 1C 3 141 5D 3A
Octal 367 57 262 0 121 34 3 501 135 72
Binary 11110111 101111 10110010 0 1010001 11100 11 101000001 1011101 111010

Color Harmonies of #F72FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72FB2

Black with #F72FB2

Text Example


Text Example

White with #F72FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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