Html Css Color HEX #F225BC Spicy Pink

📋 copy color: '#F225BC'

red 242 ◦ green 37 ◦ blue 188

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

Shades of Spicy Pink #F225BC

Tints of Spicy Pink #F225BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 51.82%
G = 7.92%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F225BC (or 0xF225BC) is known color: Spicy Pink. HEX triplet: F2, 25 and BC. RGB value is (242,37,188). Sum of RGB (Red+Green+Blue) = 242+37+188=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F225BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F225BC is #0DDA43. Grayscale: #737373. Windows color (decimal): -907844 or 12330482. OLE color: 12330482.

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

Color convert

RGB 242 37 188 -
CMYK 0 0.85 0.22 0.05
HSL 315.8º 0.89% 0.55% -
HSV(B) 315.8º 0.85% 0.95% -
XYZ 46.36 23.83 49.73 -
YUV 115.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 242 37 188 0 0.85 0.22 0.05 315.8 0.89 0.55
Hex F2 25 BC 0 55 16 5 13C 59 37
Octal 362 45 274 0 125 26 5 474 131 67
Binary 11110010 100101 10111100 0 1010101 10110 101 100111100 1011001 110111

Color Harmonies of #F225BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F225BC

Black with #F225BC

Text Example


Text Example

White with #F225BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F225BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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