Html Css Color HEX #F225AC Spicy Pink

📋 copy color: '#F225AC'

red 242 ◦ green 37 ◦ blue 172

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

Shades of Spicy Pink #F225AC

Tints of Spicy Pink #F225AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.2%

 BLUE value IS 172 (67.58% from 255) = 38.14%

R = 53.66%
G = 8.2%
B = 38.14%

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

#F225AC (or 0xF225AC) is known color: Spicy Pink. HEX triplet: F2, 25 and AC. RGB value is (242,37,172). Sum of RGB (Red+Green+Blue) = 242+37+172=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 37 (14.84% from 255 or 8.20% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F225AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F225AC is #0DDA53. Grayscale: #717171. Windows color (decimal): -907860 or 11281906. OLE color: 11281906.

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

Color convert

RGB 242 37 172 -
CMYK 0 0.85 0.29 0.05
HSL 320.49º 0.89% 0.55% -
HSV(B) 320.49º 0.85% 0.95% -
XYZ 44.73 23.18 41.15 -
YUV 113.69 160.92 219.52 -
System Red Green Blue C M Y K H S L
Decimal 242 37 172 0 0.85 0.29 0.05 320.49 0.89 0.55
Hex F2 25 AC 0 55 1D 5 140 59 37
Octal 362 45 254 0 125 35 5 500 131 67
Binary 11110010 100101 10101100 0 1010101 11101 101 101000000 1011001 110111

Color Harmonies of #F225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225AC

Black with #F225AC

Text Example


Text Example

White with #F225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225AC; }

 p { color: rgb(242,37,172); }

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

background-color css

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

 a { background-color: rgb(242,37,172); }

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

border-color css

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

 span { border-color: rgb(242,37,172); }

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