Html Css Color HEX #F17FB9 Persian Pink

📋 copy color: '#F17FB9'

red 241 ◦ green 127 ◦ blue 185

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

Shades of Persian Pink #F17FB9

Tints of Persian Pink #F17FB9

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 43.58%
G = 22.97%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F17FB9 (or 0xF17FB9) is known color: Persian Pink. HEX triplet: F1, 7F and B9. RGB value is (241,127,185). Sum of RGB (Red+Green+Blue) = 241+127+185=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FB9 is #0E8046. Grayscale: #A7A7A7. Windows color (decimal): -950343 or 12156913. OLE color: 12156913.

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

Color convert

RGB 241 127 185 -
CMYK 0 0.47 0.23 0.05
HSL 329.47º 0.8% 0.72% -
HSV(B) 329.47º 0.47% 0.95% -
XYZ 52.62 37.38 50.34 -
YUV 167.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 241 127 185 0 0.47 0.23 0.05 329.47 0.8 0.72
Hex F1 7F B9 0 2F 17 5 149 50 48
Octal 361 177 271 0 57 27 5 511 120 110
Binary 11110001 1111111 10111001 0 101111 10111 101 101001001 1010000 1001000

Color Harmonies of #F17FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FB9

Black with #F17FB9

Text Example


Text Example

White with #F17FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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