Html Css Color HEX #F217AF Spicy Pink

📋 copy color: '#F217AF'

red 242 ◦ green 23 ◦ blue 175

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

Shades of Spicy Pink #F217AF

Tints of Spicy Pink #F217AF

RGB

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

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

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

R = 55%
G = 5.23%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F217AF (or 0xF217AF) is known color: Spicy Pink. HEX triplet: F2, 17 and AF. RGB value is (242,23,175). Sum of RGB (Red+Green+Blue) = 242+23+175=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F217AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217AF is #0DE850. Grayscale: #696969. Windows color (decimal): -911441 or 11474930. OLE color: 11474930.

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

Color convert

RGB 242 23 175 -
CMYK 0 0.90 0.28 0.05
HSL 318.36º 0.89% 0.52% -
HSV(B) 318.36º 0.9% 0.95% -
XYZ 44.66 22.59 42.56 -
YUV 105.81 167.05 225.14 -
System Red Green Blue C M Y K H S L
Decimal 242 23 175 0 0.90 0.28 0.05 318.36 0.89 0.52
Hex F2 17 AF 0 5A 1C 5 13E 59 34
Octal 362 27 257 0 132 34 5 476 131 64
Binary 11110010 10111 10101111 0 1011010 11100 101 100111110 1011001 110100

Color Harmonies of #F217AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217AF

Black with #F217AF

Text Example


Text Example

White with #F217AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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