Html Css Color HEX #F118B3 Spicy Pink

📋 copy color: '#F118B3'

red 241 ◦ green 24 ◦ blue 179

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

Shades of Spicy Pink #F118B3

Tints of Spicy Pink #F118B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.32%

R = 54.28%
G = 5.41%
B = 40.32%

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

#F118B3 (or 0xF118B3) is known color: Spicy Pink. HEX triplet: F1, 18 and B3. RGB value is (241,24,179). Sum of RGB (Red+Green+Blue) = 241+24+179=444 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.28% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 241 - color contains mainly: red. Hex color #F118B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118B3 is #0EE74C. Grayscale: #6A6A6A. Windows color (decimal): -976717 or 11737329. OLE color: 11737329.

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

Color convert

RGB 241 24 179 -
CMYK 0 0.90 0.26 0.05
HSL 317.14º 0.89% 0.52% -
HSV(B) 317.14º 0.9% 0.95% -
XYZ 44.74 22.61 44.65 -
YUV 106.55 168.89 223.9 -
System Red Green Blue C M Y K H S L
Decimal 241 24 179 0 0.90 0.26 0.05 317.14 0.89 0.52
Hex F1 18 B3 0 5A 1A 5 13D 59 34
Octal 361 30 263 0 132 32 5 475 131 64
Binary 11110001 11000 10110011 0 1011010 11010 101 100111101 1011001 110100

Color Harmonies of #F118B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118B3

Black with #F118B3

Text Example


Text Example

White with #F118B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118B3; }

 p { color: rgb(241,24,179); }

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

background-color css

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

 a { background-color: rgb(241,24,179); }

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

border-color css

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

 span { border-color: rgb(241,24,179); }

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