Html Css Color HEX #F47EC1 Persian Pink

📋 copy color: '#F47EC1'

red 244 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #F47EC1

Tints of Persian Pink #F47EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.28%

R = 43.34%
G = 22.38%
B = 34.28%

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

#F47EC1 (or 0xF47EC1) is known color: Persian Pink. HEX triplet: F4, 7E and C1. RGB value is (244,126,193). Sum of RGB (Red+Green+Blue) = 244+126+193=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F47EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47EC1 is #0B813E. Grayscale: #A8A8A8. Windows color (decimal): -753983 or 12680948. OLE color: 12680948.

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

Color convert

RGB 244 126 193 -
CMYK 0 0.48 0.21 0.04
HSL 325.93º 0.84% 0.73% -
HSV(B) 325.93º 0.48% 0.96% -
XYZ 54.39 38.01 54.92 -
YUV 168.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 244 126 193 0 0.48 0.21 0.04 325.93 0.84 0.73
Hex F4 7E C1 0 30 15 4 146 54 49
Octal 364 176 301 0 60 25 4 506 124 111
Binary 11110100 1111110 11000001 0 110000 10101 100 101000110 1010100 1001001

Color Harmonies of #F47EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47EC1

Black with #F47EC1

Text Example


Text Example

White with #F47EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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