Html Css Color HEX #F47AAF Persian Pink

📋 copy color: '#F47AAF'

red 244 ◦ green 122 ◦ blue 175

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

Shades of Persian Pink #F47AAF

Tints of Persian Pink #F47AAF

RGB

 RED value IS 244 (95.7% from 255) = 45.1%

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

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 45.1%
G = 22.55%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F47AAF (or 0xF47AAF) is known color: Persian Pink. HEX triplet: F4, 7A and AF. RGB value is (244,122,175). Sum of RGB (Red+Green+Blue) = 244+122+175=541 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.10% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47AAF is #0B8550. Grayscale: #A4A4A4. Windows color (decimal): -755025 or 11500276. OLE color: 11500276.

HSL color Cylindrical-coordinate representation of color #F47AAF: hue angle of 333.93º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AAF is Cyan = 0, Magento = 0.5, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 122 175 -
CMYK 0 0.5 0.28 0.04
HSL 333.93º 0.85% 0.72% -
HSV(B) 333.93º 0.5% 0.96% -
XYZ 52.01 36.25 44.81 -
YUV 164.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 244 122 175 0 0.5 0.28 0.04 333.93 0.85 0.72
Hex F4 7A AF 0 32 1C 4 14E 55 48
Octal 364 172 257 0 62 34 4 516 125 110
Binary 11110100 1111010 10101111 0 110010 11100 100 101001110 1010101 1001000

Color Harmonies of #F47AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AAF

Black with #F47AAF

Text Example


Text Example

White with #F47AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AAF; }

 p { color: rgb(244,122,175); }

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

background-color css

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

 a { background-color: rgb(244,122,175); }

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

border-color css

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

 span { border-color: rgb(244,122,175); }

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