Html Css Color HEX #F174B9 Persian Pink

📋 copy color: '#F174B9'

red 241 ◦ green 116 ◦ blue 185

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

Shades of Persian Pink #F174B9

Tints of Persian Pink #F174B9

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.4%

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

R = 44.46%
G = 21.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F174B9 (or 0xF174B9) is known color: Persian Pink. HEX triplet: F1, 74 and B9. RGB value is (241,116,185). Sum of RGB (Red+Green+Blue) = 241+116+185=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F174B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174B9 is #0E8B46. Grayscale: #A1A1A1. Windows color (decimal): -953159 or 12154097. OLE color: 12154097.

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

Color convert

RGB 241 116 185 -
CMYK 0 0.52 0.23 0.05
HSL 326.88º 0.82% 0.7% -
HSV(B) 326.88º 0.52% 0.95% -
XYZ 51.28 34.69 49.89 -
YUV 161.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 241 116 185 0 0.52 0.23 0.05 326.88 0.82 0.7
Hex F1 74 B9 0 34 17 5 147 52 46
Octal 361 164 271 0 64 27 5 507 122 106
Binary 11110001 1110100 10111001 0 110100 10111 101 101000111 1010010 1000110

Color Harmonies of #F174B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F174B9

Black with #F174B9

Text Example


Text Example

White with #F174B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F174B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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