Html Css Color HEX #F216AF Spicy Pink

📋 copy color: '#F216AF'

red 242 ◦ green 22 ◦ blue 175

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

Shades of Spicy Pink #F216AF

Tints of Spicy Pink #F216AF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.01%

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 55.13%
G = 5.01%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F216AF (or 0xF216AF) is known color: Spicy Pink. HEX triplet: F2, 16 and AF. RGB value is (242,22,175). Sum of RGB (Red+Green+Blue) = 242+22+175=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 22 (8.98% from 255 or 5.01% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F216AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F216AF is #0DE950. Grayscale: #686868. Windows color (decimal): -911697 or 11474674. OLE color: 11474674.

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

Color convert

RGB 242 22 175 -
CMYK 0 0.91 0.28 0.05
HSL 318.27º 0.89% 0.52% -
HSV(B) 318.27º 0.91% 0.95% -
XYZ 44.64 22.55 42.56 -
YUV 105.22 167.39 225.56 -
System Red Green Blue C M Y K H S L
Decimal 242 22 175 0 0.91 0.28 0.05 318.27 0.89 0.52
Hex F2 16 AF 0 5B 1C 5 13E 59 34
Octal 362 26 257 0 133 34 5 476 131 64
Binary 11110010 10110 10101111 0 1011011 11100 101 100111110 1011001 110100

Color Harmonies of #F216AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F216AF

Black with #F216AF

Text Example


Text Example

White with #F216AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F216AF; }

 p { color: rgb(242,22,175); }

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

background-color css

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

 a { background-color: rgb(242,22,175); }

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

border-color css

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

 span { border-color: rgb(242,22,175); }

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