Html Css Color HEX #F17ABB Persian Pink

📋 copy color: '#F17ABB'

red 241 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #F17ABB

Tints of Persian Pink #F17ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34%

R = 43.82%
G = 22.18%
B = 34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F17ABB (or 0xF17ABB) is known color: Persian Pink. HEX triplet: F1, 7A and BB. RGB value is (241,122,187). Sum of RGB (Red+Green+Blue) = 241+122+187=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ABB is #0E8544. Grayscale: #A4A4A4. Windows color (decimal): -951621 or 12286705. OLE color: 12286705.

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

Color convert

RGB 241 122 187 -
CMYK 0 0.49 0.22 0.05
HSL 327.23º 0.81% 0.71% -
HSV(B) 327.23º 0.49% 0.95% -
XYZ 52.2 36.21 51.25 -
YUV 164.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 241 122 187 0 0.49 0.22 0.05 327.23 0.81 0.71
Hex F1 7A BB 0 31 16 5 147 51 47
Octal 361 172 273 0 61 26 5 507 121 107
Binary 11110001 1111010 10111011 0 110001 10110 101 101000111 1010001 1000111

Color Harmonies of #F17ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17ABB

Black with #F17ABB

Text Example


Text Example

White with #F17ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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