Html Css Color HEX #F213AD Spicy Pink

📋 copy color: '#F213AD'

red 242 ◦ green 19 ◦ blue 173

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

Shades of Spicy Pink #F213AD

Tints of Spicy Pink #F213AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.38%

 BLUE value IS 173 (67.97% from 255) = 39.86%

R = 55.76%
G = 4.38%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F213AD (or 0xF213AD) is known color: Spicy Pink. HEX triplet: F2, 13 and AD. RGB value is (242,19,173). Sum of RGB (Red+Green+Blue) = 242+19+173=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 19 (7.81% from 255 or 4.38% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F213AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213AD is #0DEC52. Grayscale: #666666. Windows color (decimal): -912467 or 11342834. OLE color: 11342834.

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

Color convert

RGB 242 19 173 -
CMYK 0 0.92 0.29 0.05
HSL 318.57º 0.9% 0.51% -
HSV(B) 318.57º 0.92% 0.95% -
XYZ 44.39 22.36 41.51 -
YUV 103.23 167.38 226.98 -
System Red Green Blue C M Y K H S L
Decimal 242 19 173 0 0.92 0.29 0.05 318.57 0.9 0.51
Hex F2 13 AD 0 5C 1D 5 13F 5A 33
Octal 362 23 255 0 134 35 5 477 132 63
Binary 11110010 10011 10101101 0 1011100 11101 101 100111111 1011010 110011

Color Harmonies of #F213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213AD

Black with #F213AD

Text Example


Text Example

White with #F213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213AD; }

 p { color: rgb(242,19,173); }

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

background-color css

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

 a { background-color: rgb(242,19,173); }

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

border-color css

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

 span { border-color: rgb(242,19,173); }

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