Html Css Color HEX #F71F9A Persian Rose

📋 copy color: '#F71F9A'

red 247 ◦ green 31 ◦ blue 154

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

Shades of Persian Rose #F71F9A

Tints of Persian Rose #F71F9A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.18%

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

R = 57.18%
G = 7.18%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F71F9A (or 0xF71F9A) is known color: Persian Rose. HEX triplet: F7, 1F and 9A. RGB value is (247,31,154). Sum of RGB (Red+Green+Blue) = 247+31+154=432 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.18% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 247 - color contains mainly: red. Hex color #F71F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F71F9A is #08E065. Grayscale: #6D6D6D. Windows color (decimal): -581734 or 10100727. OLE color: 10100727.

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

Color convert

RGB 247 31 154 -
CMYK 0 0.87 0.38 0.03
HSL 325.83º 0.93% 0.55% -
HSV(B) 325.83º 0.87% 0.97% -
XYZ 44.68 23.09 32.67 -
YUV 109.61 153.06 226 -
System Red Green Blue C M Y K H S L
Decimal 247 31 154 0 0.87 0.38 0.03 325.83 0.93 0.55
Hex F7 1F 9A 0 57 26 3 146 5D 37
Octal 367 37 232 0 127 46 3 506 135 67
Binary 11110111 11111 10011010 0 1010111 100110 11 101000110 1011101 110111

Color Harmonies of #F71F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71F9A

Black with #F71F9A

Text Example


Text Example

White with #F71F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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