Html Css Color HEX #F47ABB Persian Pink

📋 copy color: '#F47ABB'

red 244 ◦ green 122 ◦ blue 187

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

Shades of Persian Pink #F47ABB

Tints of Persian Pink #F47ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 44.12%
G = 22.06%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F47ABB (or 0xF47ABB) is known color: Persian Pink. HEX triplet: F4, 7A and BB. RGB value is (244,122,187). Sum of RGB (Red+Green+Blue) = 244+122+187=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ABB is #0B8544. Grayscale: #A5A5A5. Windows color (decimal): -755013 or 12286708. OLE color: 12286708.

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

Color convert

RGB 244 122 187 -
CMYK 0 0.5 0.23 0.04
HSL 328.03º 0.85% 0.72% -
HSV(B) 328.03º 0.5% 0.96% -
XYZ 53.24 36.74 51.3 -
YUV 165.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 244 122 187 0 0.5 0.23 0.04 328.03 0.85 0.72
Hex F4 7A BB 0 32 17 4 148 55 48
Octal 364 172 273 0 62 27 4 510 125 110
Binary 11110100 1111010 10111011 0 110010 10111 100 101001000 1010101 1001000

Color Harmonies of #F47ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47ABB

Black with #F47ABB

Text Example


Text Example

White with #F47ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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