Html Css Color HEX #F17AB0 Persian Pink

📋 copy color: '#F17AB0'

red 241 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #F17AB0

Tints of Persian Pink #F17AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.63%

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

R = 44.71%
G = 22.63%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F17AB0 (or 0xF17AB0) is known color: Persian Pink. HEX triplet: F1, 7A and B0. RGB value is (241,122,176). Sum of RGB (Red+Green+Blue) = 241+122+176=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17AB0 is #0E854F. Grayscale: #A3A3A3. Windows color (decimal): -951632 or 11565809. OLE color: 11565809.

HSL color Cylindrical-coordinate representation of color #F17AB0: hue angle of 332.77º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17AB0 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 122 176 -
CMYK 0 0.49 0.27 0.05
HSL 332.77º 0.81% 0.71% -
HSV(B) 332.77º 0.49% 0.95% -
XYZ 51.07 35.75 45.28 -
YUV 163.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 241 122 176 0 0.49 0.27 0.05 332.77 0.81 0.71
Hex F1 7A B0 0 31 1B 5 14D 51 47
Octal 361 172 260 0 61 33 5 515 121 107
Binary 11110001 1111010 10110000 0 110001 11011 101 101001101 1010001 1000111

Color Harmonies of #F17AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AB0

Black with #F17AB0

Text Example


Text Example

White with #F17AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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