Html Css Color HEX #F21FC5 Shocking Pink

📋 copy color: '#F21FC5'

red 242 ◦ green 31 ◦ blue 197

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

Shades of Shocking Pink #F21FC5

Tints of Shocking Pink #F21FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.91%

R = 51.49%
G = 6.6%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F21FC5 (or 0xF21FC5) is known color: Shocking Pink. HEX triplet: F2, 1F and C5. RGB value is (242,31,197). Sum of RGB (Red+Green+Blue) = 242+31+197=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F21FC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21FC5 is #0DE03A. Grayscale: #707070. Windows color (decimal): -909371 or 12918770. OLE color: 12918770.

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

Color convert

RGB 242 31 197 -
CMYK 0 0.87 0.19 0.05
HSL 312.8º 0.89% 0.54% -
HSV(B) 312.8º 0.87% 0.95% -
XYZ 47.19 23.89 54.95 -
YUV 113.01 175.4 220 -
System Red Green Blue C M Y K H S L
Decimal 242 31 197 0 0.87 0.19 0.05 312.8 0.89 0.54
Hex F2 1F C5 0 57 13 5 139 59 36
Octal 362 37 305 0 127 23 5 471 131 66
Binary 11110010 11111 11000101 0 1010111 10011 101 100111001 1011001 110110

Color Harmonies of #F21FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21FC5

Black with #F21FC5

Text Example


Text Example

White with #F21FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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