Html Css Color HEX #F71E9C Persian Rose

📋 copy color: '#F71E9C'

red 247 ◦ green 30 ◦ blue 156

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

Shades of Persian Rose #F71E9C

Tints of Persian Rose #F71E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.93%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 57.04%
G = 6.93%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F71E9C (or 0xF71E9C) is known color: Persian Rose. HEX triplet: F7, 1E and 9C. RGB value is (247,30,156). Sum of RGB (Red+Green+Blue) = 247+30+156=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F71E9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71E9C is #08E163. Grayscale: #6C6C6C. Windows color (decimal): -581988 or 10231543. OLE color: 10231543.

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

Color convert

RGB 247 30 156 -
CMYK 0 0.88 0.37 0.03
HSL 325.16º 0.93% 0.54% -
HSV(B) 325.16º 0.88% 0.97% -
XYZ 44.82 23.1 33.55 -
YUV 109.25 154.39 226.25 -
System Red Green Blue C M Y K H S L
Decimal 247 30 156 0 0.88 0.37 0.03 325.16 0.93 0.54
Hex F7 1E 9C 0 58 25 3 145 5D 36
Octal 367 36 234 0 130 45 3 505 135 66
Binary 11110111 11110 10011100 0 1011000 100101 11 101000101 1011101 110110

Color Harmonies of #F71E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71E9C

Black with #F71E9C

Text Example


Text Example

White with #F71E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71E9C; }

 p { color: rgb(247,30,156); }

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

background-color css

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

 a { background-color: rgb(247,30,156); }

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

border-color css

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

 span { border-color: rgb(247,30,156); }

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