Html Css Color HEX #F0147C Deep Pink

📋 copy color: '#F0147C'

red 240 ◦ green 20 ◦ blue 124

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

Shades of Deep Pink #F0147C

Tints of Deep Pink #F0147C

RGB

 RED value IS 240 (94.14% from 255) = 62.5%

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

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

R = 62.5%
G = 5.21%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0147C (or 0xF0147C) is known color: Deep Pink. HEX triplet: F0, 14 and 7C. RGB value is (240,20,124). Sum of RGB (Red+Green+Blue) = 240+20+124=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F0147C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0147C is #0FEB83. Grayscale: #616161. Windows color (decimal): -1043332 or 8131824. OLE color: 8131824.

HSL color Cylindrical-coordinate representation of color #F0147C: hue angle of 331.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0147C is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 124 -
CMYK 0 0.92 0.48 0.06
HSL 331.64º 0.88% 0.51% -
HSV(B) 331.64º 0.92% 0.94% -
XYZ 39.82 20.48 20.92 -
YUV 97.64 142.89 229.54 -
System Red Green Blue C M Y K H S L
Decimal 240 20 124 0 0.92 0.48 0.06 331.64 0.88 0.51
Hex F0 14 7C 0 5C 30 6 14C 58 33
Octal 360 24 174 0 134 60 6 514 130 63
Binary 11110000 10100 1111100 0 1011100 110000 110 101001100 1011000 110011

Color Harmonies of #F0147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0147C

Black with #F0147C

Text Example


Text Example

White with #F0147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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