Html Css Color HEX #F217A6 Spicy Pink

📋 copy color: '#F217A6'

red 242 ◦ green 23 ◦ blue 166

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

Shades of Spicy Pink #F217A6

Tints of Spicy Pink #F217A6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.34%

 BLUE value IS 166 (65.23% from 255) = 38.52%

R = 56.15%
G = 5.34%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F217A6 (or 0xF217A6) is known color: Spicy Pink. HEX triplet: F2, 17 and A6. RGB value is (242,23,166). Sum of RGB (Red+Green+Blue) = 242+23+166=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 23 (9.38% from 255 or 5.34% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F217A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217A6 is #0DE859. Grayscale: #686868. Windows color (decimal): -911450 or 10885106. OLE color: 10885106.

HSL color Cylindrical-coordinate representation of color #F217A6: hue angle of 320.82º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F217A6 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 23 166 -
CMYK 0 0.90 0.31 0.05
HSL 320.82º 0.89% 0.52% -
HSV(B) 320.82º 0.9% 0.95% -
XYZ 43.81 22.24 38.06 -
YUV 104.78 162.55 225.87 -
System Red Green Blue C M Y K H S L
Decimal 242 23 166 0 0.90 0.31 0.05 320.82 0.89 0.52
Hex F2 17 A6 0 5A 1F 5 141 59 34
Octal 362 27 246 0 132 37 5 501 131 64
Binary 11110010 10111 10100110 0 1011010 11111 101 101000001 1011001 110100

Color Harmonies of #F217A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217A6

Black with #F217A6

Text Example


Text Example

White with #F217A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217A6; }

 p { color: rgb(242,23,166); }

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

background-color css

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

 a { background-color: rgb(242,23,166); }

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

border-color css

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

 span { border-color: rgb(242,23,166); }

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