Html Css Color HEX #F225AF Spicy Pink

📋 copy color: '#F225AF'

red 242 ◦ green 37 ◦ blue 175

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

Shades of Spicy Pink #F225AF

Tints of Spicy Pink #F225AF

RGB

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

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

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

R = 53.3%
G = 8.15%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F225AF (or 0xF225AF) is known color: Spicy Pink. HEX triplet: F2, 25 and AF. RGB value is (242,37,175). Sum of RGB (Red+Green+Blue) = 242+37+175=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F225AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F225AF is #0DDA50. Grayscale: #717171. Windows color (decimal): -907857 or 11478514. OLE color: 11478514.

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

Color convert

RGB 242 37 175 -
CMYK 0 0.85 0.28 0.05
HSL 319.61º 0.89% 0.55% -
HSV(B) 319.61º 0.85% 0.95% -
XYZ 45.02 23.3 42.68 -
YUV 114.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 242 37 175 0 0.85 0.28 0.05 319.61 0.89 0.55
Hex F2 25 AF 0 55 1C 5 140 59 37
Octal 362 45 257 0 125 34 5 500 131 67
Binary 11110010 100101 10101111 0 1010101 11100 101 101000000 1011001 110111

Color Harmonies of #F225AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225AF

Black with #F225AF

Text Example


Text Example

White with #F225AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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