Html Css Color HEX #F17AAE Persian Pink

📋 copy color: '#F17AAE'

red 241 ◦ green 122 ◦ blue 174

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

Shades of Persian Pink #F17AAE

Tints of Persian Pink #F17AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.4%

R = 44.88%
G = 22.72%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F17AAE (or 0xF17AAE) is known color: Persian Pink. HEX triplet: F1, 7A and AE. RGB value is (241,122,174). Sum of RGB (Red+Green+Blue) = 241+122+174=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17AAE is #0E8551. Grayscale: #A3A3A3. Windows color (decimal): -951634 or 11434737. OLE color: 11434737.

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

Color convert

RGB 241 122 174 -
CMYK 0 0.49 0.28 0.05
HSL 333.78º 0.81% 0.71% -
HSV(B) 333.78º 0.49% 0.95% -
XYZ 50.88 35.68 44.25 -
YUV 163.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 241 122 174 0 0.49 0.28 0.05 333.78 0.81 0.71
Hex F1 7A AE 0 31 1C 5 14E 51 47
Octal 361 172 256 0 61 34 5 516 121 107
Binary 11110001 1111010 10101110 0 110001 11100 101 101001110 1010001 1000111

Color Harmonies of #F17AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17AAE

Black with #F17AAE

Text Example


Text Example

White with #F17AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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