Html Css Color HEX #F47FBF Persian Pink

📋 copy color: '#F47FBF'

red 244 ◦ green 127 ◦ blue 191

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

Shades of Persian Pink #F47FBF

Tints of Persian Pink #F47FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 33.99%

R = 43.42%
G = 22.6%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F47FBF (or 0xF47FBF) is known color: Persian Pink. HEX triplet: F4, 7F and BF. RGB value is (244,127,191). Sum of RGB (Red+Green+Blue) = 244+127+191=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FBF is #0B8040. Grayscale: #A9A9A9. Windows color (decimal): -753729 or 12550132. OLE color: 12550132.

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

Color convert

RGB 244 127 191 -
CMYK 0 0.48 0.22 0.04
HSL 327.18º 0.84% 0.73% -
HSV(B) 327.18º 0.48% 0.96% -
XYZ 54.3 38.17 53.8 -
YUV 169.28 140.26 181.3 -
System Red Green Blue C M Y K H S L
Decimal 244 127 191 0 0.48 0.22 0.04 327.18 0.84 0.73
Hex F4 7F BF 0 30 16 4 147 54 49
Octal 364 177 277 0 60 26 4 507 124 111
Binary 11110100 1111111 10111111 0 110000 10110 100 101000111 1010100 1001001

Color Harmonies of #F47FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FBF

Black with #F47FBF

Text Example


Text Example

White with #F47FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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