Html Css Color HEX #F47AB9 Persian Pink

📋 copy color: '#F47AB9'

red 244 ◦ green 122 ◦ blue 185

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

Shades of Persian Pink #F47AB9

Tints of Persian Pink #F47AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.58%

R = 44.28%
G = 22.14%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F47AB9 (or 0xF47AB9) is known color: Persian Pink. HEX triplet: F4, 7A and B9. RGB value is (244,122,185). Sum of RGB (Red+Green+Blue) = 244+122+185=551 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.28% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AB9 is #0B8546. Grayscale: #A5A5A5. Windows color (decimal): -755015 or 12155636. OLE color: 12155636.

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

Color convert

RGB 244 122 185 -
CMYK 0 0.5 0.24 0.04
HSL 329.02º 0.85% 0.72% -
HSV(B) 329.02º 0.5% 0.96% -
XYZ 53.02 36.65 50.18 -
YUV 165.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 244 122 185 0 0.5 0.24 0.04 329.02 0.85 0.72
Hex F4 7A B9 0 32 18 4 149 55 48
Octal 364 172 271 0 62 30 4 511 125 110
Binary 11110100 1111010 10111001 0 110010 11000 100 101001001 1010101 1001000

Color Harmonies of #F47AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AB9

Black with #F47AB9

Text Example


Text Example

White with #F47AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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