Html Css Color HEX #F224B6 Spicy Pink

📋 copy color: '#F224B6'

red 242 ◦ green 36 ◦ blue 182

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

Shades of Spicy Pink #F224B6

Tints of Spicy Pink #F224B6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.83%

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 52.61%
G = 7.83%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#F224B6 (or 0xF224B6) is known color: Spicy Pink. HEX triplet: F2, 24 and B6. RGB value is (242,36,182). Sum of RGB (Red+Green+Blue) = 242+36+182=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F224B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F224B6 is #0DDB49. Grayscale: #717171. Windows color (decimal): -908106 or 11937010. OLE color: 11937010.

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

Color convert

RGB 242 36 182 -
CMYK 0 0.85 0.25 0.05
HSL 317.48º 0.89% 0.55% -
HSV(B) 317.48º 0.85% 0.95% -
XYZ 45.69 23.52 46.39 -
YUV 114.24 166.25 219.13 -
System Red Green Blue C M Y K H S L
Decimal 242 36 182 0 0.85 0.25 0.05 317.48 0.89 0.55
Hex F2 24 B6 0 55 19 5 13D 59 37
Octal 362 44 266 0 125 31 5 475 131 67
Binary 11110010 100100 10110110 0 1010101 11001 101 100111101 1011001 110111

Color Harmonies of #F224B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F224B6

Black with #F224B6

Text Example


Text Example

White with #F224B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F224B6; }

 p { color: rgb(242,36,182); }

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

background-color css

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

 a { background-color: rgb(242,36,182); }

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

border-color css

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

 span { border-color: rgb(242,36,182); }

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