Html Css Color HEX #F47FC1 Persian Pink

📋 copy color: '#F47FC1'

red 244 ◦ green 127 ◦ blue 193

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

Shades of Persian Pink #F47FC1

Tints of Persian Pink #F47FC1

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

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

R = 43.26%
G = 22.52%
B = 34.22%

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

#F47FC1 (or 0xF47FC1) is known color: Persian Pink. HEX triplet: F4, 7F and C1. RGB value is (244,127,193). Sum of RGB (Red+Green+Blue) = 244+127+193=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FC1 is #0B803E. Grayscale: #A9A9A9. Windows color (decimal): -753727 or 12681204. OLE color: 12681204.

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

Color convert

RGB 244 127 193 -
CMYK 0 0.48 0.21 0.04
HSL 326.15º 0.84% 0.73% -
HSV(B) 326.15º 0.48% 0.96% -
XYZ 54.52 38.26 54.96 -
YUV 169.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 244 127 193 0 0.48 0.21 0.04 326.15 0.84 0.73
Hex F4 7F C1 0 30 15 4 146 54 49
Octal 364 177 301 0 60 25 4 506 124 111
Binary 11110100 1111111 11000001 0 110000 10101 100 101000110 1010100 1001001

Color Harmonies of #F47FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FC1

Black with #F47FC1

Text Example


Text Example

White with #F47FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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