Html Css Color HEX #F118C7 Shocking Pink

📋 copy color: '#F118C7'

red 241 ◦ green 24 ◦ blue 199

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

Shades of Shocking Pink #F118C7

Tints of Shocking Pink #F118C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.89%

R = 51.94%
G = 5.17%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F118C7 (or 0xF118C7) is known color: Shocking Pink. HEX triplet: F1, 18 and C7. RGB value is (241,24,199). Sum of RGB (Red+Green+Blue) = 241+24+199=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F118C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118C7 is #0EE738. Grayscale: #6C6C6C. Windows color (decimal): -976697 or 13048049. OLE color: 13048049.

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

Color convert

RGB 241 24 199 -
CMYK 0 0.90 0.17 0.05
HSL 311.61º 0.89% 0.52% -
HSV(B) 311.61º 0.9% 0.95% -
XYZ 46.91 23.48 56.09 -
YUV 108.83 178.89 222.27 -
System Red Green Blue C M Y K H S L
Decimal 241 24 199 0 0.90 0.17 0.05 311.61 0.89 0.52
Hex F1 18 C7 0 5A 11 5 138 59 34
Octal 361 30 307 0 132 21 5 470 131 64
Binary 11110001 11000 11000111 0 1011010 10001 101 100111000 1011001 110100

Color Harmonies of #F118C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118C7

Black with #F118C7

Text Example


Text Example

White with #F118C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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