Html Css Color HEX #F217A2 Spicy Pink

📋 copy color: '#F217A2'

red 242 ◦ green 23 ◦ blue 162

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

Shades of Spicy Pink #F217A2

Tints of Spicy Pink #F217A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.94%

R = 56.67%
G = 5.39%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F217A2 (or 0xF217A2) is known color: Spicy Pink. HEX triplet: F2, 17 and A2. RGB value is (242,23,162). Sum of RGB (Red+Green+Blue) = 242+23+162=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F217A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217A2 is #0DE85D. Grayscale: #676767. Windows color (decimal): -911454 or 10622962. OLE color: 10622962.

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

Color convert

RGB 242 23 162 -
CMYK 0 0.90 0.33 0.05
HSL 321.92º 0.89% 0.52% -
HSV(B) 321.92º 0.9% 0.95% -
XYZ 43.45 22.1 36.16 -
YUV 104.33 160.55 226.2 -
System Red Green Blue C M Y K H S L
Decimal 242 23 162 0 0.90 0.33 0.05 321.92 0.89 0.52
Hex F2 17 A2 0 5A 21 5 142 59 34
Octal 362 27 242 0 132 41 5 502 131 64
Binary 11110010 10111 10100010 0 1011010 100001 101 101000010 1011001 110100

Color Harmonies of #F217A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217A2

Black with #F217A2

Text Example


Text Example

White with #F217A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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