Html Css Color HEX #F21EB8 Spicy Pink

📋 copy color: '#F21EB8'

red 242 ◦ green 30 ◦ blue 184

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

Shades of Spicy Pink #F21EB8

Tints of Spicy Pink #F21EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.35%

R = 53.07%
G = 6.58%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F21EB8 (or 0xF21EB8) is known color: Spicy Pink. HEX triplet: F2, 1E and B8. RGB value is (242,30,184). Sum of RGB (Red+Green+Blue) = 242+30+184=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 184 (72.27% from 255 or 40.35% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F21EB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21EB8 is #0DE147. Grayscale: #6E6E6E. Windows color (decimal): -909640 or 12066546. OLE color: 12066546.

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

Color convert

RGB 242 30 184 -
CMYK 0 0.88 0.24 0.05
HSL 316.42º 0.89% 0.53% -
HSV(B) 316.42º 0.88% 0.95% -
XYZ 45.73 23.27 47.43 -
YUV 110.94 169.24 221.48 -
System Red Green Blue C M Y K H S L
Decimal 242 30 184 0 0.88 0.24 0.05 316.42 0.89 0.53
Hex F2 1E B8 0 58 18 5 13C 59 35
Octal 362 36 270 0 130 30 5 474 131 65
Binary 11110010 11110 10111000 0 1011000 11000 101 100111100 1011001 110101

Color Harmonies of #F21EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EB8

Black with #F21EB8

Text Example


Text Example

White with #F21EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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