Html Css Color HEX #F0147A Deep Pink

📋 copy color: '#F0147A'

red 240 ◦ green 20 ◦ blue 122

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

Shades of Deep Pink #F0147A

Tints of Deep Pink #F0147A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 62.83%
G = 5.24%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0147A (or 0xF0147A) is known color: Deep Pink. HEX triplet: F0, 14 and 7A. RGB value is (240,20,122). Sum of RGB (Red+Green+Blue) = 240+20+122=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0147A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0147A is #0FEB85. Grayscale: #616161. Windows color (decimal): -1043334 or 8000752. OLE color: 8000752.

HSL color Cylindrical-coordinate representation of color #F0147A: hue angle of 332.18º 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 #F0147A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 122 -
CMYK 0 0.92 0.49 0.06
HSL 332.18º 0.88% 0.51% -
HSV(B) 332.18º 0.92% 0.94% -
XYZ 39.7 20.43 20.26 -
YUV 97.41 141.89 229.71 -
System Red Green Blue C M Y K H S L
Decimal 240 20 122 0 0.92 0.49 0.06 332.18 0.88 0.51
Hex F0 14 7A 0 5C 31 6 14C 58 33
Octal 360 24 172 0 134 61 6 514 130 63
Binary 11110000 10100 1111010 0 1011100 110001 110 101001100 1011000 110011

Color Harmonies of #F0147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0147A

Black with #F0147A

Text Example


Text Example

White with #F0147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0147A; }

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

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

background-color css

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

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

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

border-color css

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

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

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