Html Css Color HEX #F47AB8 Persian Pink

📋 copy color: '#F47AB8'

red 244 ◦ green 122 ◦ blue 184

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

Shades of Persian Pink #F47AB8

Tints of Persian Pink #F47AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 44.36%
G = 22.18%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F47AB8 (or 0xF47AB8) is known color: Persian Pink. HEX triplet: F4, 7A and B8. RGB value is (244,122,184). Sum of RGB (Red+Green+Blue) = 244+122+184=550 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.36% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AB8 is #0B8547. Grayscale: #A5A5A5. Windows color (decimal): -755016 or 12090100. OLE color: 12090100.

HSL color Cylindrical-coordinate representation of color #F47AB8: hue angle of 329.51º 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 #F47AB8 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 122 184 -
CMYK 0 0.5 0.25 0.04
HSL 329.51º 0.85% 0.72% -
HSV(B) 329.51º 0.5% 0.96% -
XYZ 52.92 36.61 49.63 -
YUV 165.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 244 122 184 0 0.5 0.25 0.04 329.51 0.85 0.72
Hex F4 7A B8 0 32 19 4 14A 55 48
Octal 364 172 270 0 62 31 4 512 125 110
Binary 11110100 1111010 10111000 0 110010 11001 100 101001010 1010101 1001000

Color Harmonies of #F47AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AB8

Black with #F47AB8

Text Example


Text Example

White with #F47AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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