#F21ACF

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

Shades of Shocking Pink #F21ACF

Tints of Shocking Pink #F21ACF

Color information

#F21ACF (or 0xF21ACF) is unknown color: approx Shocking Pink. HEX triplet: F2, 1A and CF. RGB value is (242,26,207). Sum of RGB (Red+Green+Blue) = 242+26+207=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ACF is #0DE530. Grayscale: #6E6E6E. Windows color (decimal): -910641 or 13572850. OLE color: 13572850.

HSL color Cylindrical-coordinate representation of color #F21ACF: hue angle of 309.72º 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 #F21ACF is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB24226207-
CMYK00.890.140.05
HSL309.72º89.26%52.55%-
HSV(B)309.72º89.26%94.9%-
XYZ48.2524.1261.14-
YUV111.22182.06221.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 26 (10.55% from 255) = 5.47%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=50.95%
G=5.47%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422620700.890.140.05309.7289.2652.55
HexF21ACF059E51365935
Octal36232317013116546613165
Binary1111001011010110011110101100111101011001101101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21ACF; }

 p { color: rgb(242,26,207); }

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

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

 a { background-color: rgb(242,26,207); }

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

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

 span { border-color: rgb(242,26,207); }

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