Html Css Color HEX #F210AB Spicy Pink

📋 copy color: '#F210AB'

red 242 ◦ green 16 ◦ blue 171

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

Shades of Spicy Pink #F210AB

Tints of Spicy Pink #F210AB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.73%

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 56.41%
G = 3.73%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F210AB (or 0xF210AB) is known color: Spicy Pink. HEX triplet: F2, 10 and AB. RGB value is (242,16,171). Sum of RGB (Red+Green+Blue) = 242+16+171=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 16 (6.64% from 255 or 3.73% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F210AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210AB is #0DEF54. Grayscale: #646464. Windows color (decimal): -913237 or 11210994. OLE color: 11210994.

HSL color Cylindrical-coordinate representation of color #F210AB: hue angle of 318.85º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210AB is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 171 -
CMYK 0 0.93 0.29 0.05
HSL 318.85º 0.9% 0.51% -
HSV(B) 318.85º 0.93% 0.95% -
XYZ 44.15 22.19 40.48 -
YUV 101.24 167.37 228.4 -
System Red Green Blue C M Y K H S L
Decimal 242 16 171 0 0.93 0.29 0.05 318.85 0.9 0.51
Hex F2 10 AB 0 5D 1D 5 13F 5A 33
Octal 362 20 253 0 135 35 5 477 132 63
Binary 11110010 10000 10101011 0 1011101 11101 101 100111111 1011010 110011

Color Harmonies of #F210AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210AB

Black with #F210AB

Text Example


Text Example

White with #F210AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210AB; }

 p { color: rgb(242,16,171); }

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

background-color css

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

 a { background-color: rgb(242,16,171); }

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

border-color css

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

 span { border-color: rgb(242,16,171); }

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