Html Css Color HEX #F47FBC Persian Pink

📋 copy color: '#F47FBC'

red 244 ◦ green 127 ◦ blue 188

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

Shades of Persian Pink #F47FBC

Tints of Persian Pink #F47FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.63%

R = 43.65%
G = 22.72%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F47FBC (or 0xF47FBC) is known color: Persian Pink. HEX triplet: F4, 7F and BC. RGB value is (244,127,188). Sum of RGB (Red+Green+Blue) = 244+127+188=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 188 (73.83% from 255 or 33.63% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FBC is #0B8043. Grayscale: #A8A8A8. Windows color (decimal): -753732 or 12353524. OLE color: 12353524.

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

Color convert

RGB 244 127 188 -
CMYK 0 0.48 0.23 0.04
HSL 328.72º 0.84% 0.73% -
HSV(B) 328.72º 0.48% 0.96% -
XYZ 53.97 38.04 52.08 -
YUV 168.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 244 127 188 0 0.48 0.23 0.04 328.72 0.84 0.73
Hex F4 7F BC 0 30 17 4 149 54 49
Octal 364 177 274 0 60 27 4 511 124 111
Binary 11110100 1111111 10111100 0 110000 10111 100 101001001 1010100 1001001

Color Harmonies of #F47FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47FBC

Black with #F47FBC

Text Example


Text Example

White with #F47FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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