Html Css Color HEX #F47AB5 Persian Pink

📋 copy color: '#F47AB5'

red 244 ◦ green 122 ◦ blue 181

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

Shades of Persian Pink #F47AB5

Tints of Persian Pink #F47AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 33.09%

R = 44.61%
G = 22.3%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F47AB5 (or 0xF47AB5) is known color: Persian Pink. HEX triplet: F4, 7A and B5. RGB value is (244,122,181). Sum of RGB (Red+Green+Blue) = 244+122+181=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AB5 is #0B854A. Grayscale: #A5A5A5. Windows color (decimal): -755019 or 11893492. OLE color: 11893492.

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

Color convert

RGB 244 122 181 -
CMYK 0 0.5 0.26 0.04
HSL 330.98º 0.85% 0.72% -
HSV(B) 330.98º 0.5% 0.96% -
XYZ 52.61 36.49 47.99 -
YUV 165.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 244 122 181 0 0.5 0.26 0.04 330.98 0.85 0.72
Hex F4 7A B5 0 32 1A 4 14B 55 48
Octal 364 172 265 0 62 32 4 513 125 110
Binary 11110100 1111010 10110101 0 110010 11010 100 101001011 1010101 1001000

Color Harmonies of #F47AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AB5

Black with #F47AB5

Text Example


Text Example

White with #F47AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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