Html Css Color HEX #F118BF Shocking Pink

📋 copy color: '#F118BF'

red 241 ◦ green 24 ◦ blue 191

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

Shades of Shocking Pink #F118BF

Tints of Shocking Pink #F118BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 52.85%
G = 5.26%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F118BF (or 0xF118BF) is known color: Shocking Pink. HEX triplet: F1, 18 and BF. RGB value is (241,24,191). Sum of RGB (Red+Green+Blue) = 241+24+191=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F118BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F118BF is #0EE740. Grayscale: #6B6B6B. Windows color (decimal): -976705 or 12523761. OLE color: 12523761.

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

Color convert

RGB 241 24 191 -
CMYK 0 0.90 0.21 0.05
HSL 313.82º 0.89% 0.52% -
HSV(B) 313.82º 0.9% 0.95% -
XYZ 46.01 23.12 51.33 -
YUV 107.92 174.89 222.92 -
System Red Green Blue C M Y K H S L
Decimal 241 24 191 0 0.90 0.21 0.05 313.82 0.89 0.52
Hex F1 18 BF 0 5A 15 5 13A 59 34
Octal 361 30 277 0 132 25 5 472 131 64
Binary 11110001 11000 10111111 0 1011010 10101 101 100111010 1011001 110100

Color Harmonies of #F118BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F118BF

Black with #F118BF

Text Example


Text Example

White with #F118BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F118BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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