Html Css Color HEX #F214A7 Spicy Pink

📋 copy color: '#F214A7'

red 242 ◦ green 20 ◦ blue 167

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

Shades of Spicy Pink #F214A7

Tints of Spicy Pink #F214A7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.66%

 BLUE value IS 167 (65.63% from 255) = 38.93%

R = 56.41%
G = 4.66%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F214A7 (or 0xF214A7) is known color: Spicy Pink. HEX triplet: F2, 14 and A7. RGB value is (242,20,167). Sum of RGB (Red+Green+Blue) = 242+20+167=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F214A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F214A7 is #0DEB58. Grayscale: #666666. Windows color (decimal): -912217 or 10949874. OLE color: 10949874.

HSL color Cylindrical-coordinate representation of color #F214A7: hue angle of 320.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F214A7 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 20 167 -
CMYK 0 0.92 0.31 0.05
HSL 320.27º 0.9% 0.51% -
HSV(B) 320.27º 0.92% 0.95% -
XYZ 43.84 22.17 38.53 -
YUV 103.14 164.05 227.05 -
System Red Green Blue C M Y K H S L
Decimal 242 20 167 0 0.92 0.31 0.05 320.27 0.9 0.51
Hex F2 14 A7 0 5C 1F 5 140 5A 33
Octal 362 24 247 0 134 37 5 500 132 63
Binary 11110010 10100 10100111 0 1011100 11111 101 101000000 1011010 110011

Color Harmonies of #F214A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214A7

Black with #F214A7

Text Example


Text Example

White with #F214A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214A7; }

 p { color: rgb(242,20,167); }

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

background-color css

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

 a { background-color: rgb(242,20,167); }

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

border-color css

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

 span { border-color: rgb(242,20,167); }

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