Html Css Color HEX #F21AB6 Spicy Pink

📋 copy color: '#F21AB6'

red 242 ◦ green 26 ◦ blue 182

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

Shades of Spicy Pink #F21AB6

Tints of Spicy Pink #F21AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 53.78%
G = 5.78%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F21AB6 (or 0xF21AB6) is known color: Spicy Pink. HEX triplet: F2, 1A and B6. RGB value is (242,26,182). Sum of RGB (Red+Green+Blue) = 242+26+182=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AB6 is #0DE549. Grayscale: #6B6B6B. Windows color (decimal): -910666 or 11934450. OLE color: 11934450.

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

Color convert

RGB 242 26 182 -
CMYK 0 0.89 0.25 0.05
HSL 316.67º 0.89% 0.53% -
HSV(B) 316.67º 0.89% 0.95% -
XYZ 45.43 22.99 46.3 -
YUV 108.37 169.56 223.32 -
System Red Green Blue C M Y K H S L
Decimal 242 26 182 0 0.89 0.25 0.05 316.67 0.89 0.53
Hex F2 1A B6 0 59 19 5 13D 59 35
Octal 362 32 266 0 131 31 5 475 131 65
Binary 11110010 11010 10110110 0 1011001 11001 101 100111101 1011001 110101

Color Harmonies of #F21AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AB6

Black with #F21AB6

Text Example


Text Example

White with #F21AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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