Html Css Color HEX #F17FBF Persian Pink

📋 copy color: '#F17FBF'

red 241 ◦ green 127 ◦ blue 191

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

Shades of Persian Pink #F17FBF

Tints of Persian Pink #F17FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.17%

R = 43.11%
G = 22.72%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F17FBF (or 0xF17FBF) is known color: Persian Pink. HEX triplet: F1, 7F and BF. RGB value is (241,127,191). Sum of RGB (Red+Green+Blue) = 241+127+191=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBF is #0E8040. Grayscale: #A8A8A8. Windows color (decimal): -950337 or 12550129. OLE color: 12550129.

HSL color Cylindrical-coordinate representation of color #F17FBF: hue angle of 326.32º 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 #F17FBF is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 127 191 -
CMYK 0 0.47 0.21 0.05
HSL 326.32º 0.8% 0.72% -
HSV(B) 326.32º 0.47% 0.95% -
XYZ 53.27 37.64 53.75 -
YUV 168.38 140.77 179.8 -
System Red Green Blue C M Y K H S L
Decimal 241 127 191 0 0.47 0.21 0.05 326.32 0.8 0.72
Hex F1 7F BF 0 2F 15 5 146 50 48
Octal 361 177 277 0 57 25 5 506 120 110
Binary 11110001 1111111 10111111 0 101111 10101 101 101000110 1010000 1001000

Color Harmonies of #F17FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FBF

Black with #F17FBF

Text Example


Text Example

White with #F17FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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