Html Css Color HEX #F213AF Spicy Pink

📋 copy color: '#F213AF'

red 242 ◦ green 19 ◦ blue 175

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

Shades of Spicy Pink #F213AF

Tints of Spicy Pink #F213AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 55.5%
G = 4.36%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F213AF (or 0xF213AF) is known color: Spicy Pink. HEX triplet: F2, 13 and AF. RGB value is (242,19,175). Sum of RGB (Red+Green+Blue) = 242+19+175=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 19 (7.81% from 255 or 4.36% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F213AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F213AF is #0DEC50. Grayscale: #676767. Windows color (decimal): -912465 or 11473906. OLE color: 11473906.

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

Color convert

RGB 242 19 175 -
CMYK 0 0.92 0.28 0.05
HSL 318.03º 0.9% 0.51% -
HSV(B) 318.03º 0.92% 0.95% -
XYZ 44.59 22.44 42.54 -
YUV 103.46 168.38 226.82 -
System Red Green Blue C M Y K H S L
Decimal 242 19 175 0 0.92 0.28 0.05 318.03 0.9 0.51
Hex F2 13 AF 0 5C 1C 5 13E 5A 33
Octal 362 23 257 0 134 34 5 476 132 63
Binary 11110010 10011 10101111 0 1011100 11100 101 100111110 1011010 110011

Color Harmonies of #F213AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213AF

Black with #F213AF

Text Example


Text Example

White with #F213AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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