Html Css Color HEX #F225BA Spicy Pink

📋 copy color: '#F225BA'

red 242 ◦ green 37 ◦ blue 186

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

Shades of Spicy Pink #F225BA

Tints of Spicy Pink #F225BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 52.04%
G = 7.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F225BA (or 0xF225BA) is known color: Spicy Pink. HEX triplet: F2, 25 and BA. RGB value is (242,37,186). Sum of RGB (Red+Green+Blue) = 242+37+186=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F225BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225BA is #0DDA45. Grayscale: #727272. Windows color (decimal): -907846 or 12199410. OLE color: 12199410.

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

Color convert

RGB 242 37 186 -
CMYK 0 0.85 0.23 0.05
HSL 316.39º 0.89% 0.55% -
HSV(B) 316.39º 0.85% 0.95% -
XYZ 46.14 23.75 48.61 -
YUV 115.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 242 37 186 0 0.85 0.23 0.05 316.39 0.89 0.55
Hex F2 25 BA 0 55 17 5 13C 59 37
Octal 362 45 272 0 125 27 5 474 131 67
Binary 11110010 100101 10111010 0 1010101 10111 101 100111100 1011001 110111

Color Harmonies of #F225BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225BA

Black with #F225BA

Text Example


Text Example

White with #F225BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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