Html Css Color HEX #F228AD Spicy Pink

📋 copy color: '#F228AD'

red 242 ◦ green 40 ◦ blue 173

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

Shades of Spicy Pink #F228AD

Tints of Spicy Pink #F228AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.79%

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

R = 53.19%
G = 8.79%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F228AD (or 0xF228AD) is known color: Spicy Pink. HEX triplet: F2, 28 and AD. RGB value is (242,40,173). Sum of RGB (Red+Green+Blue) = 242+40+173=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 40 (16.02% from 255 or 8.79% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F228AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F228AD is #0DD752. Grayscale: #737373. Windows color (decimal): -907091 or 11348210. OLE color: 11348210.

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

Color convert

RGB 242 40 173 -
CMYK 0 0.83 0.29 0.05
HSL 320.5º 0.89% 0.55% -
HSV(B) 320.5º 0.83% 0.95% -
XYZ 44.92 23.41 41.69 -
YUV 115.56 160.42 218.19 -
System Red Green Blue C M Y K H S L
Decimal 242 40 173 0 0.83 0.29 0.05 320.5 0.89 0.55
Hex F2 28 AD 0 53 1D 5 140 59 37
Octal 362 50 255 0 123 35 5 500 131 67
Binary 11110010 101000 10101101 0 1010011 11101 101 101000000 1011001 110111

Color Harmonies of #F228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228AD

Black with #F228AD

Text Example


Text Example

White with #F228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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