Html Css Color HEX #F214A8 Spicy Pink

📋 copy color: '#F214A8'

red 242 ◦ green 20 ◦ blue 168

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

Shades of Spicy Pink #F214A8

Tints of Spicy Pink #F214A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.07%

R = 56.28%
G = 4.65%
B = 39.07%

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

#F214A8 (or 0xF214A8) is known color: Spicy Pink. HEX triplet: F2, 14 and A8. RGB value is (242,20,168). Sum of RGB (Red+Green+Blue) = 242+20+168=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F214A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F214A8 is #0DEB57. Grayscale: #666666. Windows color (decimal): -912216 or 11015410. OLE color: 11015410.

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

Color convert

RGB 242 20 168 -
CMYK 0 0.92 0.31 0.05
HSL 320º 0.9% 0.51% -
HSV(B) 320º 0.92% 0.95% -
XYZ 43.94 22.2 39.02 -
YUV 103.25 164.55 226.97 -
System Red Green Blue C M Y K H S L
Decimal 242 20 168 0 0.92 0.31 0.05 320 0.9 0.51
Hex F2 14 A8 0 5C 1F 5 140 5A 33
Octal 362 24 250 0 134 37 5 500 132 63
Binary 11110010 10100 10101000 0 1011100 11111 101 101000000 1011010 110011

Color Harmonies of #F214A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F214A8

Black with #F214A8

Text Example


Text Example

White with #F214A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F214A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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