#F0228A

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

Shades of Deep Pink #F0228A

Tints of Deep Pink #F0228A

Color information

#F0228A (or 0xF0228A) is unknown color: approx Deep Pink. HEX triplet: F0, 22 and 8A. RGB value is (240,34,138). Sum of RGB (Red+Green+Blue) = 240+34+138=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0228A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0228A is #0FDD75. Grayscale: #6B6B6B. Windows color (decimal): -1039734 or 9052912. OLE color: 9052912.

HSL color Cylindrical-coordinate representation of color #F0228A: hue angle of 329.71º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0228A is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB24034138-
CMYK00.860.420.06
HSL329.71º87.29%53.73%-
HSV(B)329.71º85.83%94.12%-
XYZ41.0921.526.03-
YUV107.45145.25222.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 58.25%
GREEN value IS 34 (13.67% from 255) = 8.25%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=58.25%
G=8.25%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403413800.860.420.06329.7187.2953.73
HexF0228A0562A614a5736
Octal36042212012652651212766
Binary1111000010001010001010010101101010101101010010101010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0228A; }

 p { color: rgb(240,34,138); }

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

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

 a { background-color: rgb(240,34,138); }

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

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

 span { border-color: rgb(240,34,138); }

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