Html Css Color HEX #F228BA Spicy Pink

📋 copy color: '#F228BA'

red 242 ◦ green 40 ◦ blue 186

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

Shades of Spicy Pink #F228BA

Tints of Spicy Pink #F228BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.55%

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

R = 51.71%
G = 8.55%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F228BA (or 0xF228BA) is known color: Spicy Pink. HEX triplet: F2, 28 and BA. RGB value is (242,40,186). Sum of RGB (Red+Green+Blue) = 242+40+186=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F228BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F228BA is #0DD745. Grayscale: #747474. Windows color (decimal): -907078 or 12200178. OLE color: 12200178.

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

Color convert

RGB 242 40 186 -
CMYK 0 0.83 0.23 0.05
HSL 316.63º 0.89% 0.55% -
HSV(B) 316.63º 0.83% 0.95% -
XYZ 46.24 23.94 48.64 -
YUV 117.04 166.92 217.13 -
System Red Green Blue C M Y K H S L
Decimal 242 40 186 0 0.83 0.23 0.05 316.63 0.89 0.55
Hex F2 28 BA 0 53 17 5 13D 59 37
Octal 362 50 272 0 123 27 5 475 131 67
Binary 11110010 101000 10111010 0 1010011 10111 101 100111101 1011001 110111

Color Harmonies of #F228BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F228BA

Black with #F228BA

Text Example


Text Example

White with #F228BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F228BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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