#F0147B

Color #F0147B Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F0147B

Tints of Deep Pink #F0147B

Color information

#F0147B (or 0xF0147B) is unknown color: approx Deep Pink. HEX triplet: F0, 14 and 7B. RGB value is (240,20,123). Sum of RGB (Red+Green+Blue) = 240+20+123=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0147B is #0FEB84. Grayscale: #616161. Windows color (decimal): -1043333 or 8066288. OLE color: 8066288.

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

Color convert

RGB24020123-
CMYK00.920.490.06
HSL331.91º88%50.98%-
HSV(B)331.91º91.67%94.12%-
XYZ39.7620.4620.59-
YUV97.52142.39229.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 62.66%
GREEN value IS 20 (8.20% from 255) = 5.22%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=62.66%
G=5.22%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402012300.920.490.06331.918850.98
HexF0147B05C31614c5833
Octal36024173013461651413063
Binary11110000101001111011010111001100011101010011001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0147B; }

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

 H1.HeaderClassName
 {
   color: #F0147B;
 }
 .AnyTagClassName
 {
   color: #F0147B;
 }
</style>
background-color css

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

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

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

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

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

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