Html Css Color HEX #F21AC6 Shocking Pink

📋 copy color: '#F21AC6'

red 242 ◦ green 26 ◦ blue 198

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

Shades of Shocking Pink #F21AC6

Tints of Shocking Pink #F21AC6

RGB

 RED value IS 242 (94.92% from 255) = 51.93%

 GREEN value IS 26 (10.55% from 255) = 5.58%

 BLUE value IS 198 (77.73% from 255) = 42.49%

R = 51.93%
G = 5.58%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F21AC6 (or 0xF21AC6) is known color: Shocking Pink. HEX triplet: F2, 1A and C6. RGB value is (242,26,198). Sum of RGB (Red+Green+Blue) = 242+26+198=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AC6 is #0DE539. Grayscale: #6D6D6D. Windows color (decimal): -910650 or 12983026. OLE color: 12983026.

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

Color convert

RGB 242 26 198 -
CMYK 0 0.89 0.18 0.05
HSL 312.22º 0.89% 0.53% -
HSV(B) 312.22º 0.89% 0.95% -
XYZ 47.18 23.69 55.51 -
YUV 110.19 177.56 222.01 -
System Red Green Blue C M Y K H S L
Decimal 242 26 198 0 0.89 0.18 0.05 312.22 0.89 0.53
Hex F2 1A C6 0 59 12 5 138 59 35
Octal 362 32 306 0 131 22 5 470 131 65
Binary 11110010 11010 11000110 0 1011001 10010 101 100111000 1011001 110101

Color Harmonies of #F21AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AC6

Black with #F21AC6

Text Example


Text Example

White with #F21AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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