Html Css Color HEX #F71C9F Persian Rose

📋 copy color: '#F71C9F'

red 247 ◦ green 28 ◦ blue 159

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

Shades of Persian Rose #F71C9F

Tints of Persian Rose #F71C9F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.45%

 BLUE value IS 159 (62.5% from 255) = 36.64%

R = 56.91%
G = 6.45%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F71C9F (or 0xF71C9F) is known color: Persian Rose. HEX triplet: F7, 1C and 9F. RGB value is (247,28,159). Sum of RGB (Red+Green+Blue) = 247+28+159=434 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.91% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 247 - color contains mainly: red. Hex color #F71C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71C9F is #08E360. Grayscale: #6C6C6C. Windows color (decimal): -582497 or 10427639. OLE color: 10427639.

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

Color convert

RGB 247 28 159 -
CMYK 0 0.89 0.36 0.03
HSL 324.11º 0.93% 0.54% -
HSV(B) 324.11º 0.89% 0.97% -
XYZ 45.03 23.11 34.89 -
YUV 108.42 156.55 226.85 -
System Red Green Blue C M Y K H S L
Decimal 247 28 159 0 0.89 0.36 0.03 324.11 0.93 0.54
Hex F7 1C 9F 0 59 24 3 144 5D 36
Octal 367 34 237 0 131 44 3 504 135 66
Binary 11110111 11100 10011111 0 1011001 100100 11 101000100 1011101 110110

Color Harmonies of #F71C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71C9F

Black with #F71C9F

Text Example


Text Example

White with #F71C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71C9F; }

 p { color: rgb(247,28,159); }

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

background-color css

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

 a { background-color: rgb(247,28,159); }

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

border-color css

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

 span { border-color: rgb(247,28,159); }

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