Html Css Color HEX #F172B9 Persian Pink

📋 copy color: '#F172B9'

red 241 ◦ green 114 ◦ blue 185

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

Shades of Persian Pink #F172B9

Tints of Persian Pink #F172B9

RGB

 RED value IS 241 (94.53% from 255) = 44.63%

 GREEN value IS 114 (44.92% from 255) = 21.11%

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 44.63%
G = 21.11%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F172B9 (or 0xF172B9) is known color: Persian Pink. HEX triplet: F1, 72 and B9. RGB value is (241,114,185). Sum of RGB (Red+Green+Blue) = 241+114+185=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172B9 is #0E8D46. Grayscale: #9F9F9F. Windows color (decimal): -953671 or 12153585. OLE color: 12153585.

HSL color Cylindrical-coordinate representation of color #F172B9: hue angle of 326.46º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172B9 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 114 185 -
CMYK 0 0.53 0.23 0.05
HSL 326.46º 0.82% 0.7% -
HSV(B) 326.46º 0.53% 0.95% -
XYZ 51.05 34.24 49.82 -
YUV 160.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 241 114 185 0 0.53 0.23 0.05 326.46 0.82 0.7
Hex F1 72 B9 0 35 17 5 146 52 46
Octal 361 162 271 0 65 27 5 506 122 106
Binary 11110001 1110010 10111001 0 110101 10111 101 101000110 1010010 1000110

Color Harmonies of #F172B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F172B9

Black with #F172B9

Text Example


Text Example

White with #F172B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F172B9; }

 p { color: rgb(241,114,185); }

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

background-color css

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

 a { background-color: rgb(241,114,185); }

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

border-color css

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

 span { border-color: rgb(241,114,185); }

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