Html Css Color HEX #F119BC Shocking Pink

📋 copy color: '#F119BC'

red 241 ◦ green 25 ◦ blue 188

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

Shades of Shocking Pink #F119BC

Tints of Shocking Pink #F119BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 53.08%
G = 5.51%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F119BC (or 0xF119BC) is known color: Shocking Pink. HEX triplet: F1, 19 and BC. RGB value is (241,25,188). Sum of RGB (Red+Green+Blue) = 241+25+188=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F119BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F119BC is #0EE643. Grayscale: #6B6B6B. Windows color (decimal): -976452 or 12327409. OLE color: 12327409.

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

Color convert

RGB 241 25 188 -
CMYK 0 0.90 0.22 0.05
HSL 314.72º 0.89% 0.52% -
HSV(B) 314.72º 0.9% 0.95% -
XYZ 45.7 23.03 49.61 -
YUV 108.17 173.06 222.75 -
System Red Green Blue C M Y K H S L
Decimal 241 25 188 0 0.90 0.22 0.05 314.72 0.89 0.52
Hex F1 19 BC 0 5A 16 5 13B 59 34
Octal 361 31 274 0 132 26 5 473 131 64
Binary 11110001 11001 10111100 0 1011010 10110 101 100111011 1011001 110100

Color Harmonies of #F119BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F119BC

Black with #F119BC

Text Example


Text Example

White with #F119BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F119BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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