Html Css Color HEX #F217A5 Spicy Pink

📋 copy color: '#F217A5'

red 242 ◦ green 23 ◦ blue 165

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

Shades of Spicy Pink #F217A5

Tints of Spicy Pink #F217A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 56.28%
G = 5.35%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F217A5 (or 0xF217A5) is known color: Spicy Pink. HEX triplet: F2, 17 and A5. RGB value is (242,23,165). Sum of RGB (Red+Green+Blue) = 242+23+165=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F217A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F217A5 is #0DE85A. Grayscale: #686868. Windows color (decimal): -911451 or 10819570. OLE color: 10819570.

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

Color convert

RGB 242 23 165 -
CMYK 0 0.90 0.32 0.05
HSL 321.1º 0.89% 0.52% -
HSV(B) 321.1º 0.9% 0.95% -
XYZ 43.72 22.21 37.58 -
YUV 104.67 162.05 225.95 -
System Red Green Blue C M Y K H S L
Decimal 242 23 165 0 0.90 0.32 0.05 321.1 0.89 0.52
Hex F2 17 A5 0 5A 20 5 141 59 34
Octal 362 27 245 0 132 40 5 501 131 64
Binary 11110010 10111 10100101 0 1011010 100000 101 101000001 1011001 110100

Color Harmonies of #F217A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F217A5

Black with #F217A5

Text Example


Text Example

White with #F217A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F217A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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