Html Css Color HEX #F47CBA Persian Pink

📋 copy color: '#F47CBA'

red 244 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #F47CBA

Tints of Persian Pink #F47CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 44.04%
G = 22.38%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F47CBA (or 0xF47CBA) is known color: Persian Pink. HEX triplet: F4, 7C and BA. RGB value is (244,124,186). Sum of RGB (Red+Green+Blue) = 244+124+186=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CBA is #0B8345. Grayscale: #A6A6A6. Windows color (decimal): -754502 or 12221684. OLE color: 12221684.

HSL color Cylindrical-coordinate representation of color #F47CBA: hue angle of 329º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CBA is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 124 186 -
CMYK 0 0.49 0.24 0.04
HSL 329º 0.85% 0.72% -
HSV(B) 329º 0.49% 0.96% -
XYZ 53.38 37.19 50.82 -
YUV 166.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 244 124 186 0 0.49 0.24 0.04 329 0.85 0.72
Hex F4 7C BA 0 31 18 4 149 55 48
Octal 364 174 272 0 61 30 4 511 125 110
Binary 11110100 1111100 10111010 0 110001 11000 100 101001001 1010101 1001000

Color Harmonies of #F47CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47CBA

Black with #F47CBA

Text Example


Text Example

White with #F47CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47CBA; }

 p { color: rgb(244,124,186); }

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

background-color css

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

 a { background-color: rgb(244,124,186); }

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

border-color css

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

 span { border-color: rgb(244,124,186); }

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