Html Css Color HEX #F17FB0 Persian Pink

📋 copy color: '#F17FB0'

red 241 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #F17FB0

Tints of Persian Pink #F17FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.35%

R = 44.3%
G = 23.35%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F17FB0 (or 0xF17FB0) is known color: Persian Pink. HEX triplet: F1, 7F and B0. RGB value is (241,127,176). Sum of RGB (Red+Green+Blue) = 241+127+176=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17FB0 is #0E804F. Grayscale: #A6A6A6. Windows color (decimal): -950352 or 11567089. OLE color: 11567089.

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

Color convert

RGB 241 127 176 -
CMYK 0 0.47 0.27 0.05
HSL 334.21º 0.8% 0.72% -
HSV(B) 334.21º 0.47% 0.95% -
XYZ 51.7 37.01 45.49 -
YUV 166.67 133.27 181.02 -
System Red Green Blue C M Y K H S L
Decimal 241 127 176 0 0.47 0.27 0.05 334.21 0.8 0.72
Hex F1 7F B0 0 2F 1B 5 14E 50 48
Octal 361 177 260 0 57 33 5 516 120 110
Binary 11110001 1111111 10110000 0 101111 11011 101 101001110 1010000 1001000

Color Harmonies of #F17FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17FB0

Black with #F17FB0

Text Example


Text Example

White with #F17FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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