Html Css Color HEX #F119BA Shocking Pink

📋 copy color: '#F119BA'

red 241 ◦ green 25 ◦ blue 186

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

Shades of Shocking Pink #F119BA

Tints of Shocking Pink #F119BA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.53%

 BLUE value IS 186 (73.05% from 255) = 41.15%

R = 53.32%
G = 5.53%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F119BA (or 0xF119BA) is known color: Shocking Pink. HEX triplet: F1, 19 and BA. RGB value is (241,25,186). Sum of RGB (Red+Green+Blue) = 241+25+186=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F119BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119BA is #0EE645. Grayscale: #6B6B6B. Windows color (decimal): -976454 or 12196337. OLE color: 12196337.

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

Color convert

RGB 241 25 186 -
CMYK 0 0.90 0.23 0.05
HSL 315.28º 0.89% 0.52% -
HSV(B) 315.28º 0.9% 0.95% -
XYZ 45.49 22.94 48.49 -
YUV 107.94 172.06 222.91 -
System Red Green Blue C M Y K H S L
Decimal 241 25 186 0 0.90 0.23 0.05 315.28 0.89 0.52
Hex F1 19 BA 0 5A 17 5 13B 59 34
Octal 361 31 272 0 132 27 5 473 131 64
Binary 11110001 11001 10111010 0 1011010 10111 101 100111011 1011001 110100

Color Harmonies of #F119BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119BA

Black with #F119BA

Text Example


Text Example

White with #F119BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119BA; }

 p { color: rgb(241,25,186); }

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

background-color css

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

 a { background-color: rgb(241,25,186); }

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

border-color css

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

 span { border-color: rgb(241,25,186); }

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