Html Css Color HEX #F47EC0 Persian Pink

📋 copy color: '#F47EC0'

red 244 ◦ green 126 ◦ blue 192

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

Shades of Persian Pink #F47EC0

Tints of Persian Pink #F47EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.42%

 BLUE value IS 192 (75.39% from 255) = 34.16%

R = 43.42%
G = 22.42%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F47EC0 (or 0xF47EC0) is known color: Persian Pink. HEX triplet: F4, 7E and C0. RGB value is (244,126,192). Sum of RGB (Red+Green+Blue) = 244+126+192=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F47EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47EC0 is #0B813F. Grayscale: #A8A8A8. Windows color (decimal): -753984 or 12615412. OLE color: 12615412.

HSL color Cylindrical-coordinate representation of color #F47EC0: hue angle of 326.44º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47EC0 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 126 192 -
CMYK 0 0.48 0.21 0.04
HSL 326.44º 0.84% 0.73% -
HSV(B) 326.44º 0.48% 0.96% -
XYZ 54.28 37.96 54.34 -
YUV 168.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 244 126 192 0 0.48 0.21 0.04 326.44 0.84 0.73
Hex F4 7E C0 0 30 15 4 146 54 49
Octal 364 176 300 0 60 25 4 506 124 111
Binary 11110100 1111110 11000000 0 110000 10101 100 101000110 1010100 1001001

Color Harmonies of #F47EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47EC0

Black with #F47EC0

Text Example


Text Example

White with #F47EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47EC0; }

 p { color: rgb(244,126,192); }

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

background-color css

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

 a { background-color: rgb(244,126,192); }

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

border-color css

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

 span { border-color: rgb(244,126,192); }

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