Html Css Color HEX #F196BC Shocking

📋 copy color: '#F196BC'

red 241 ◦ green 150 ◦ blue 188

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

Shades of Shocking #F196BC

Tints of Shocking #F196BC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.91%

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

R = 41.62%
G = 25.91%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F196BC (or 0xF196BC) is known color: Shocking. HEX triplet: F1, 96 and BC. RGB value is (241,150,188). Sum of RGB (Red+Green+Blue) = 241+150+188=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F196BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196BC is #0E6943. Grayscale: #B5B5B5. Windows color (decimal): -944452 or 12359409. OLE color: 12359409.

HSL color Cylindrical-coordinate representation of color #F196BC: hue angle of 334.95º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F196BC is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 150 188 -
CMYK 0 0.38 0.22 0.05
HSL 334.95º 0.76% 0.77% -
HSV(B) 334.95º 0.38% 0.95% -
XYZ 56.26 44.14 53.13 -
YUV 181.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 241 150 188 0 0.38 0.22 0.05 334.95 0.76 0.77
Hex F1 96 BC 0 26 16 5 14F 4C 4D
Octal 361 226 274 0 46 26 5 517 114 115
Binary 11110001 10010110 10111100 0 100110 10110 101 101001111 1001100 1001101

Color Harmonies of #F196BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196BC

Black with #F196BC

Text Example


Text Example

White with #F196BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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