Html Css Color HEX #F17AB2 Persian Pink

📋 copy color: '#F17AB2'

red 241 ◦ green 122 ◦ blue 178

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

Shades of Persian Pink #F17AB2

Tints of Persian Pink #F17AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.9%

R = 44.55%
G = 22.55%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F17AB2 (or 0xF17AB2) is known color: Persian Pink. HEX triplet: F1, 7A and B2. RGB value is (241,122,178). Sum of RGB (Red+Green+Blue) = 241+122+178=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17AB2 is #0E854D. Grayscale: #A3A3A3. Windows color (decimal): -951630 or 11696881. OLE color: 11696881.

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

Color convert

RGB 241 122 178 -
CMYK 0 0.49 0.26 0.05
HSL 331.76º 0.81% 0.71% -
HSV(B) 331.76º 0.49% 0.95% -
XYZ 51.27 35.83 46.33 -
YUV 163.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 241 122 178 0 0.49 0.26 0.05 331.76 0.81 0.71
Hex F1 7A B2 0 31 1A 5 14C 51 47
Octal 361 172 262 0 61 32 5 514 121 107
Binary 11110001 1111010 10110010 0 110001 11010 101 101001100 1010001 1000111

Color Harmonies of #F17AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AB2

Black with #F17AB2

Text Example


Text Example

White with #F17AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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