Html Css Color HEX #F224AD Spicy Pink

📋 copy color: '#F224AD'

red 242 ◦ green 36 ◦ blue 173

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

Shades of Spicy Pink #F224AD

Tints of Spicy Pink #F224AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.98%

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

R = 53.66%
G = 7.98%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F224AD (or 0xF224AD) is known color: Spicy Pink. HEX triplet: F2, 24 and AD. RGB value is (242,36,173). Sum of RGB (Red+Green+Blue) = 242+36+173=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F224AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F224AD is #0DDB52. Grayscale: #707070. Windows color (decimal): -908115 or 11347186. OLE color: 11347186.

HSL color Cylindrical-coordinate representation of color #F224AD: hue angle of 320.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F224AD is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 36 173 -
CMYK 0 0.85 0.29 0.05
HSL 320.1º 0.89% 0.55% -
HSV(B) 320.1º 0.85% 0.95% -
XYZ 44.79 23.16 41.64 -
YUV 113.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 242 36 173 0 0.85 0.29 0.05 320.1 0.89 0.55
Hex F2 24 AD 0 55 1D 5 140 59 37
Octal 362 44 255 0 125 35 5 500 131 67
Binary 11110010 100100 10101101 0 1010101 11101 101 101000000 1011001 110111

Color Harmonies of #F224AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224AD

Black with #F224AD

Text Example


Text Example

White with #F224AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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