Html Css Color HEX #F47BBA Persian Pink

📋 copy color: '#F47BBA'

red 244 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #F47BBA

Tints of Persian Pink #F47BBA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.24%

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

R = 44.12%
G = 22.24%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F47BBA (or 0xF47BBA) is known color: Persian Pink. HEX triplet: F4, 7B and BA. RGB value is (244,123,186). Sum of RGB (Red+Green+Blue) = 244+123+186=553 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.12% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BBA is #0B8445. Grayscale: #A6A6A6. Windows color (decimal): -754758 or 12221428. OLE color: 12221428.

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

Color convert

RGB 244 123 186 -
CMYK 0 0.50 0.24 0.04
HSL 328.76º 0.85% 0.72% -
HSV(B) 328.76º 0.5% 0.96% -
XYZ 53.25 36.94 50.78 -
YUV 166.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 244 123 186 0 0.50 0.24 0.04 328.76 0.85 0.72
Hex F4 7B BA 0 32 18 4 149 55 48
Octal 364 173 272 0 62 30 4 511 125 110
Binary 11110100 1111011 10111010 0 110010 11000 100 101001001 1010101 1001000

Color Harmonies of #F47BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47BBA

Black with #F47BBA

Text Example


Text Example

White with #F47BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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