Html Css Color HEX #F217AC Spicy Pink

📋 copy color: '#F217AC'

red 242 ◦ green 23 ◦ blue 172

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

Shades of Spicy Pink #F217AC

Tints of Spicy Pink #F217AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 55.38%
G = 5.26%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F217AC (or 0xF217AC) is known color: Spicy Pink. HEX triplet: F2, 17 and AC. RGB value is (242,23,172). Sum of RGB (Red+Green+Blue) = 242+23+172=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F217AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217AC is #0DE853. Grayscale: #696969. Windows color (decimal): -911444 or 11278322. OLE color: 11278322.

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

Color convert

RGB 242 23 172 -
CMYK 0 0.90 0.29 0.05
HSL 319.18º 0.89% 0.52% -
HSV(B) 319.18º 0.9% 0.95% -
XYZ 44.37 22.47 41.03 -
YUV 105.47 165.55 225.38 -
System Red Green Blue C M Y K H S L
Decimal 242 23 172 0 0.90 0.29 0.05 319.18 0.89 0.52
Hex F2 17 AC 0 5A 1D 5 13F 59 34
Octal 362 27 254 0 132 35 5 477 131 64
Binary 11110010 10111 10101100 0 1011010 11101 101 100111111 1011001 110100

Color Harmonies of #F217AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217AC

Black with #F217AC

Text Example


Text Example

White with #F217AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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