Html Css Color HEX #F11CA8 Spicy Pink

📋 copy color: '#F11CA8'

red 241 ◦ green 28 ◦ blue 168

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

Shades of Spicy Pink #F11CA8

Tints of Spicy Pink #F11CA8

RGB

 RED value IS 241 (94.53% from 255) = 55.15%

 GREEN value IS 28 (11.33% from 255) = 6.41%

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 55.15%
G = 6.41%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F11CA8 (or 0xF11CA8) is known color: Spicy Pink. HEX triplet: F1, 1C and A8. RGB value is (241,28,168). Sum of RGB (Red+Green+Blue) = 241+28+168=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F11CA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11CA8 is #0EE357. Grayscale: #6B6B6B. Windows color (decimal): -975704 or 11017457. OLE color: 11017457.

HSL color Cylindrical-coordinate representation of color #F11CA8: hue angle of 320.56º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11CA8 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 28 168 -
CMYK 0 0.88 0.30 0.05
HSL 320.56º 0.88% 0.53% -
HSV(B) 320.56º 0.88% 0.95% -
XYZ 43.76 22.36 39.06 -
YUV 107.65 162.07 223.12 -
System Red Green Blue C M Y K H S L
Decimal 241 28 168 0 0.88 0.30 0.05 320.56 0.88 0.53
Hex F1 1C A8 0 58 1E 5 141 58 35
Octal 361 34 250 0 130 36 5 501 130 65
Binary 11110001 11100 10101000 0 1011000 11110 101 101000001 1011000 110101

Color Harmonies of #F11CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11CA8

Black with #F11CA8

Text Example


Text Example

White with #F11CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11CA8; }

 p { color: rgb(241,28,168); }

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

background-color css

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

 a { background-color: rgb(241,28,168); }

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

border-color css

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

 span { border-color: rgb(241,28,168); }

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