Html Css Color HEX #F72F9E Persian Rose

📋 copy color: '#F72F9E'

red 247 ◦ green 47 ◦ blue 158

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

Shades of Persian Rose #F72F9E

Tints of Persian Rose #F72F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 54.65%
G = 10.4%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F72F9E (or 0xF72F9E) is known color: Persian Rose. HEX triplet: F7, 2F and 9E. RGB value is (247,47,158). Sum of RGB (Red+Green+Blue) = 247+47+158=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F72F9E is #08D061. Grayscale: #777777. Windows color (decimal): -577634 or 10366967. OLE color: 10366967.

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

Color convert

RGB 247 47 158 -
CMYK 0 0.81 0.36 0.03
HSL 326.7º 0.93% 0.58% -
HSV(B) 326.7º 0.81% 0.97% -
XYZ 45.55 24.28 34.63 -
YUV 119.45 149.76 218.97 -
System Red Green Blue C M Y K H S L
Decimal 247 47 158 0 0.81 0.36 0.03 326.7 0.93 0.58
Hex F7 2F 9E 0 51 24 3 147 5D 3A
Octal 367 57 236 0 121 44 3 507 135 72
Binary 11110111 101111 10011110 0 1010001 100100 11 101000111 1011101 111010

Color Harmonies of #F72F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F72F9E

Black with #F72F9E

Text Example


Text Example

White with #F72F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F72F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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