Html Css Color HEX #F215A6 Spicy Pink

📋 copy color: '#F215A6'

red 242 ◦ green 21 ◦ blue 166

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

Shades of Spicy Pink #F215A6

Tints of Spicy Pink #F215A6

RGB

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

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

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

R = 56.41%
G = 4.9%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F215A6 (or 0xF215A6) is known color: Spicy Pink. HEX triplet: F2, 15 and A6. RGB value is (242,21,166). Sum of RGB (Red+Green+Blue) = 242+21+166=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F215A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215A6 is #0DEA59. Grayscale: #676767. Windows color (decimal): -911962 or 10884594. OLE color: 10884594.

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

Color convert

RGB 242 21 166 -
CMYK 0 0.91 0.31 0.05
HSL 320.63º 0.89% 0.52% -
HSV(B) 320.63º 0.91% 0.95% -
XYZ 43.77 22.17 38.05 -
YUV 103.61 163.22 226.71 -
System Red Green Blue C M Y K H S L
Decimal 242 21 166 0 0.91 0.31 0.05 320.63 0.89 0.52
Hex F2 15 A6 0 5B 1F 5 141 59 34
Octal 362 25 246 0 133 37 5 501 131 64
Binary 11110010 10101 10100110 0 1011011 11111 101 101000001 1011001 110100

Color Harmonies of #F215A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215A6

Black with #F215A6

Text Example


Text Example

White with #F215A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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