Html Css Color HEX #F47BC1 Persian Pink

📋 copy color: '#F47BC1'

red 244 ◦ green 123 ◦ blue 193

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

Shades of Persian Pink #F47BC1

Tints of Persian Pink #F47BC1

RGB

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

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

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

R = 43.57%
G = 21.96%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F47BC1 (or 0xF47BC1) is known color: Persian Pink. HEX triplet: F4, 7B and C1. RGB value is (244,123,193). Sum of RGB (Red+Green+Blue) = 244+123+193=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BC1 is #0B843E. Grayscale: #A6A6A6. Windows color (decimal): -754751 or 12680180. OLE color: 12680180.

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

Color convert

RGB 244 123 193 -
CMYK 0 0.50 0.21 0.04
HSL 325.29º 0.85% 0.72% -
HSV(B) 325.29º 0.5% 0.96% -
XYZ 54.02 37.25 54.79 -
YUV 167.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 244 123 193 0 0.50 0.21 0.04 325.29 0.85 0.72
Hex F4 7B C1 0 32 15 4 145 55 48
Octal 364 173 301 0 62 25 4 505 125 110
Binary 11110100 1111011 11000001 0 110010 10101 100 101000101 1010101 1001000

Color Harmonies of #F47BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47BC1

Black with #F47BC1

Text Example


Text Example

White with #F47BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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