Html Css Color HEX #F21AB2 Spicy Pink

📋 copy color: '#F21AB2'

red 242 ◦ green 26 ◦ blue 178

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

Shades of Spicy Pink #F21AB2

Tints of Spicy Pink #F21AB2

RGB

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

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

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

R = 54.26%
G = 5.83%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F21AB2 (or 0xF21AB2) is known color: Spicy Pink. HEX triplet: F2, 1A and B2. RGB value is (242,26,178). Sum of RGB (Red+Green+Blue) = 242+26+178=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21AB2 is #0DE54D. Grayscale: #6B6B6B. Windows color (decimal): -910670 or 11672306. OLE color: 11672306.

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

Color convert

RGB 242 26 178 -
CMYK 0 0.89 0.26 0.05
HSL 317.78º 0.89% 0.53% -
HSV(B) 317.78º 0.89% 0.95% -
XYZ 45.02 22.83 44.15 -
YUV 107.91 167.56 223.64 -
System Red Green Blue C M Y K H S L
Decimal 242 26 178 0 0.89 0.26 0.05 317.78 0.89 0.53
Hex F2 1A B2 0 59 1A 5 13E 59 35
Octal 362 32 262 0 131 32 5 476 131 65
Binary 11110010 11010 10110010 0 1011001 11010 101 100111110 1011001 110101

Color Harmonies of #F21AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AB2

Black with #F21AB2

Text Example


Text Example

White with #F21AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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