Html Css Color HEX #F21AB7 Spicy Pink

📋 copy color: '#F21AB7'

red 242 ◦ green 26 ◦ blue 183

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

Shades of Spicy Pink #F21AB7

Tints of Spicy Pink #F21AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 53.66%
G = 5.76%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F21AB7 (or 0xF21AB7) is known color: Spicy Pink. HEX triplet: F2, 1A and B7. RGB value is (242,26,183). Sum of RGB (Red+Green+Blue) = 242+26+183=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AB7 is #0DE548. Grayscale: #6C6C6C. Windows color (decimal): -910665 or 11999986. OLE color: 11999986.

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

Color convert

RGB 242 26 183 -
CMYK 0 0.89 0.24 0.05
HSL 316.39º 0.89% 0.53% -
HSV(B) 316.39º 0.89% 0.95% -
XYZ 45.53 23.03 46.85 -
YUV 108.48 170.06 223.23 -
System Red Green Blue C M Y K H S L
Decimal 242 26 183 0 0.89 0.24 0.05 316.39 0.89 0.53
Hex F2 1A B7 0 59 18 5 13C 59 35
Octal 362 32 267 0 131 30 5 474 131 65
Binary 11110010 11010 10110111 0 1011001 11000 101 100111100 1011001 110101

Color Harmonies of #F21AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AB7

Black with #F21AB7

Text Example


Text Example

White with #F21AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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