Html Css Color HEX #F21EB2 Spicy Pink

📋 copy color: '#F21EB2'

red 242 ◦ green 30 ◦ blue 178

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

Shades of Spicy Pink #F21EB2

Tints of Spicy Pink #F21EB2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 53.78%
G = 6.67%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F21EB2 (or 0xF21EB2) is known color: Spicy Pink. HEX triplet: F2, 1E and B2. RGB value is (242,30,178). Sum of RGB (Red+Green+Blue) = 242+30+178=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21EB2 is #0DE14D. Grayscale: #6D6D6D. Windows color (decimal): -909646 or 11673330. OLE color: 11673330.

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

Color convert

RGB 242 30 178 -
CMYK 0 0.88 0.26 0.05
HSL 318.11º 0.89% 0.53% -
HSV(B) 318.11º 0.88% 0.95% -
XYZ 45.12 23.02 44.18 -
YUV 110.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 242 30 178 0 0.88 0.26 0.05 318.11 0.89 0.53
Hex F2 1E B2 0 58 1A 5 13E 59 35
Octal 362 36 262 0 130 32 5 476 131 65
Binary 11110010 11110 10110010 0 1011000 11010 101 100111110 1011001 110101

Color Harmonies of #F21EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EB2

Black with #F21EB2

Text Example


Text Example

White with #F21EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EB2; }

 p { color: rgb(242,30,178); }

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

background-color css

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

 a { background-color: rgb(242,30,178); }

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

border-color css

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

 span { border-color: rgb(242,30,178); }

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