#F21B98

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

Shades of Deep Pink #F21B98

Tints of Deep Pink #F21B98

Color information

#F21B98 (or 0xF21B98) is unknown color: approx Deep Pink. HEX triplet: F2, 1B and 98. RGB value is (242,27,152). Sum of RGB (Red+Green+Blue) = 242+27+152=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B98 is #0DE467. Grayscale: #696969. Windows color (decimal): -910440 or 9968626. OLE color: 9968626.

HSL color Cylindrical-coordinate representation of color #F21B98: hue angle of 325.12º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21B98 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB24227152-
CMYK00.890.370.05
HSL325.12º89.21%52.75%-
HSV(B)325.12º88.84%94.9%-
XYZ42.6821.9331.69-
YUV105.54154.23225.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 57.48%
GREEN value IS 27 (10.94% from 255) = 6.41%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=57.48%
G=6.41%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422715200.890.370.05325.1289.2152.75
HexF21B980592551455935
Octal36233230013145550513165
Binary111100101101110011000010110011001011011010001011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21B98; }

 p { color: rgb(242,27,152); }

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

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

 a { background-color: rgb(242,27,152); }

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

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

 span { border-color: rgb(242,27,152); }

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