Html Css Color HEX #F215AF Spicy Pink

📋 copy color: '#F215AF'

red 242 ◦ green 21 ◦ blue 175

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

Shades of Spicy Pink #F215AF

Tints of Spicy Pink #F215AF

RGB

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

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

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

R = 55.25%
G = 4.79%
B = 39.95%

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

#F215AF (or 0xF215AF) is known color: Spicy Pink. HEX triplet: F2, 15 and AF. RGB value is (242,21,175). Sum of RGB (Red+Green+Blue) = 242+21+175=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F215AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F215AF is #0DEA50. Grayscale: #686868. Windows color (decimal): -911953 or 11474418. OLE color: 11474418.

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

Color convert

RGB 242 21 175 -
CMYK 0 0.91 0.28 0.05
HSL 318.19º 0.89% 0.52% -
HSV(B) 318.19º 0.91% 0.95% -
XYZ 44.62 22.51 42.55 -
YUV 104.64 167.72 225.98 -
System Red Green Blue C M Y K H S L
Decimal 242 21 175 0 0.91 0.28 0.05 318.19 0.89 0.52
Hex F2 15 AF 0 5B 1C 5 13E 59 34
Octal 362 25 257 0 133 34 5 476 131 64
Binary 11110010 10101 10101111 0 1011011 11100 101 100111110 1011001 110100

Color Harmonies of #F215AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F215AF

Black with #F215AF

Text Example


Text Example

White with #F215AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F215AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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