Html Css Color HEX #F218B2 Spicy Pink

📋 copy color: '#F218B2'

red 242 ◦ green 24 ◦ blue 178

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

Shades of Spicy Pink #F218B2

Tints of Spicy Pink #F218B2

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

 BLUE value IS 178 (69.92% from 255) = 40.09%

R = 54.5%
G = 5.41%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F218B2 (or 0xF218B2) is known color: Spicy Pink. HEX triplet: F2, 18 and B2. RGB value is (242,24,178). Sum of RGB (Red+Green+Blue) = 242+24+178=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F218B2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F218B2 is #0DE74D. Grayscale: #6A6A6A. Windows color (decimal): -911182 or 11671794. OLE color: 11671794.

HSL color Cylindrical-coordinate representation of color #F218B2: hue angle of 317.61º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F218B2 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 178 -
CMYK 0 0.90 0.26 0.05
HSL 317.61º 0.89% 0.52% -
HSV(B) 317.61º 0.9% 0.95% -
XYZ 44.98 22.74 44.14 -
YUV 106.74 168.22 224.48 -
System Red Green Blue C M Y K H S L
Decimal 242 24 178 0 0.90 0.26 0.05 317.61 0.89 0.52
Hex F2 18 B2 0 5A 1A 5 13E 59 34
Octal 362 30 262 0 132 32 5 476 131 64
Binary 11110010 11000 10110010 0 1011010 11010 101 100111110 1011001 110100

Color Harmonies of #F218B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F218B2

Black with #F218B2

Text Example


Text Example

White with #F218B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F218B2; }

 p { color: rgb(242,24,178); }

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

background-color css

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

 a { background-color: rgb(242,24,178); }

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

border-color css

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

 span { border-color: rgb(242,24,178); }

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