Html Css Color HEX #F9147C Deep Pink

📋 copy color: '#F9147C'

red 249 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #F9147C

Tints of Deep Pink #F9147C

RGB

 RED value IS 249 (97.66% from 255) = 63.36%

 GREEN value IS 20 (8.2% from 255) = 5.09%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 63.36%
G = 5.09%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9147C (or 0xF9147C) is known color: Deep Pink. HEX triplet: F9, 14 and 7C. RGB value is (249,20,124). Sum of RGB (Red+Green+Blue) = 249+20+124=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9147C is #06EB83. Grayscale: #646464. Windows color (decimal): -453508 or 8131833. OLE color: 8131833.

HSL color Cylindrical-coordinate representation of color #F9147C: hue angle of 332.75º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9147C is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 124 -
CMYK 0 0.92 0.50 0.02
HSL 332.75º 0.95% 0.53% -
HSV(B) 332.75º 0.92% 0.98% -
XYZ 42.96 22.1 21.07 -
YUV 100.33 141.37 234.04 -
System Red Green Blue C M Y K H S L
Decimal 249 20 124 0 0.92 0.50 0.02 332.75 0.95 0.53
Hex F9 14 7C 0 5C 32 2 14D 5F 35
Octal 371 24 174 0 134 62 2 515 137 65
Binary 11111001 10100 1111100 0 1011100 110010 10 101001101 1011111 110101

Color Harmonies of #F9147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9147C

Black with #F9147C

Text Example


Text Example

White with #F9147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9147C; }

 p { color: rgb(249,20,124); }

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

background-color css

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

 a { background-color: rgb(249,20,124); }

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

border-color css

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

 span { border-color: rgb(249,20,124); }

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