Html Css Color HEX #F225BB Spicy Pink

📋 copy color: '#F225BB'

red 242 ◦ green 37 ◦ blue 187

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

Shades of Spicy Pink #F225BB

Tints of Spicy Pink #F225BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 51.93%
G = 7.94%
B = 40.13%

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

#F225BB (or 0xF225BB) is known color: Spicy Pink. HEX triplet: F2, 25 and BB. RGB value is (242,37,187). Sum of RGB (Red+Green+Blue) = 242+37+187=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F225BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225BB is #0DDA44. Grayscale: #737373. Windows color (decimal): -907845 or 12264946. OLE color: 12264946.

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

Color convert

RGB 242 37 187 -
CMYK 0 0.85 0.23 0.05
HSL 316.1º 0.89% 0.55% -
HSV(B) 316.1º 0.85% 0.95% -
XYZ 46.25 23.79 49.17 -
YUV 115.4 168.42 218.3 -
System Red Green Blue C M Y K H S L
Decimal 242 37 187 0 0.85 0.23 0.05 316.1 0.89 0.55
Hex F2 25 BB 0 55 17 5 13C 59 37
Octal 362 45 273 0 125 27 5 474 131 67
Binary 11110010 100101 10111011 0 1010101 10111 101 100111100 1011001 110111

Color Harmonies of #F225BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225BB

Black with #F225BB

Text Example


Text Example

White with #F225BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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