Html Css Color HEX #F21FC1 Shocking Pink

📋 copy color: '#F21FC1'

red 242 ◦ green 31 ◦ blue 193

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

Shades of Shocking Pink #F21FC1

Tints of Shocking Pink #F21FC1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.65%

 BLUE value IS 193 (75.78% from 255) = 41.42%

R = 51.93%
G = 6.65%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F21FC1 (or 0xF21FC1) is known color: Shocking Pink. HEX triplet: F2, 1F and C1. RGB value is (242,31,193). Sum of RGB (Red+Green+Blue) = 242+31+193=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FC1 is #0DE03E. Grayscale: #707070. Windows color (decimal): -909375 or 12656626. OLE color: 12656626.

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

Color convert

RGB 242 31 193 -
CMYK 0 0.87 0.20 0.05
HSL 313.93º 0.89% 0.54% -
HSV(B) 313.93º 0.87% 0.95% -
XYZ 46.73 23.71 52.56 -
YUV 112.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 242 31 193 0 0.87 0.20 0.05 313.93 0.89 0.54
Hex F2 1F C1 0 57 14 5 13A 59 36
Octal 362 37 301 0 127 24 5 472 131 66
Binary 11110010 11111 11000001 0 1010111 10100 101 100111010 1011001 110110

Color Harmonies of #F21FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FC1

Black with #F21FC1

Text Example


Text Example

White with #F21FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FC1; }

 p { color: rgb(242,31,193); }

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

background-color css

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

 a { background-color: rgb(242,31,193); }

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

border-color css

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

 span { border-color: rgb(242,31,193); }

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