Html Css Color HEX #F47AB0 Persian Pink

📋 copy color: '#F47AB0'

red 244 ◦ green 122 ◦ blue 176

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

Shades of Persian Pink #F47AB0

Tints of Persian Pink #F47AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 45.02%
G = 22.51%
B = 32.47%

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

#F47AB0 (or 0xF47AB0) is known color: Persian Pink. HEX triplet: F4, 7A and B0. RGB value is (244,122,176). Sum of RGB (Red+Green+Blue) = 244+122+176=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F47AB0 is #0B854F. Grayscale: #A4A4A4. Windows color (decimal): -755024 or 11565812. OLE color: 11565812.

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

Color convert

RGB 244 122 176 -
CMYK 0 0.5 0.28 0.04
HSL 333.44º 0.85% 0.72% -
HSV(B) 333.44º 0.5% 0.96% -
XYZ 52.1 36.29 45.33 -
YUV 164.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 244 122 176 0 0.5 0.28 0.04 333.44 0.85 0.72
Hex F4 7A B0 0 32 1C 4 14D 55 48
Octal 364 172 260 0 62 34 4 515 125 110
Binary 11110100 1111010 10110000 0 110010 11100 100 101001101 1010101 1001000

Color Harmonies of #F47AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AB0

Black with #F47AB0

Text Example


Text Example

White with #F47AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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