Html Css Color HEX #F223BC Spicy Pink

📋 copy color: '#F223BC'

red 242 ◦ green 35 ◦ blue 188

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

Shades of Spicy Pink #F223BC

Tints of Spicy Pink #F223BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.53%

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

R = 52.04%
G = 7.53%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F223BC (or 0xF223BC) is known color: Spicy Pink. HEX triplet: F2, 23 and BC. RGB value is (242,35,188). Sum of RGB (Red+Green+Blue) = 242+35+188=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F223BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F223BC is #0DDC43. Grayscale: #717171. Windows color (decimal): -908356 or 12329970. OLE color: 12329970.

HSL color Cylindrical-coordinate representation of color #F223BC: hue angle of 315.65º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F223BC is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 35 188 -
CMYK 0 0.86 0.22 0.05
HSL 315.65º 0.89% 0.54% -
HSV(B) 315.65º 0.86% 0.95% -
XYZ 46.3 23.71 49.71 -
YUV 114.34 169.58 219.06 -
System Red Green Blue C M Y K H S L
Decimal 242 35 188 0 0.86 0.22 0.05 315.65 0.89 0.54
Hex F2 23 BC 0 56 16 5 13C 59 36
Octal 362 43 274 0 126 26 5 474 131 66
Binary 11110010 100011 10111100 0 1010110 10110 101 100111100 1011001 110110

Color Harmonies of #F223BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F223BC

Black with #F223BC

Text Example


Text Example

White with #F223BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F223BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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