Html Css Color HEX #F215AC Spicy Pink

📋 copy color: '#F215AC'

red 242 ◦ green 21 ◦ blue 172

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

Shades of Spicy Pink #F215AC

Tints of Spicy Pink #F215AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.83%

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

R = 55.63%
G = 4.83%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F215AC (or 0xF215AC) is known color: Spicy Pink. HEX triplet: F2, 15 and AC. RGB value is (242,21,172). Sum of RGB (Red+Green+Blue) = 242+21+172=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F215AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215AC is #0DEA53. Grayscale: #676767. Windows color (decimal): -911956 or 11277810. OLE color: 11277810.

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

Color convert

RGB 242 21 172 -
CMYK 0 0.91 0.29 0.05
HSL 319º 0.89% 0.52% -
HSV(B) 319º 0.91% 0.95% -
XYZ 44.33 22.39 41.02 -
YUV 104.29 166.22 226.22 -
System Red Green Blue C M Y K H S L
Decimal 242 21 172 0 0.91 0.29 0.05 319 0.89 0.52
Hex F2 15 AC 0 5B 1D 5 13F 59 34
Octal 362 25 254 0 133 35 5 477 131 64
Binary 11110010 10101 10101100 0 1011011 11101 101 100111111 1011001 110100

Color Harmonies of #F215AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215AC

Black with #F215AC

Text Example


Text Example

White with #F215AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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