Html Css Color HEX #F196BA Shocking

📋 copy color: '#F196BA'

red 241 ◦ green 150 ◦ blue 186

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

Shades of Shocking #F196BA

Tints of Shocking #F196BA

RGB

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

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

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

R = 41.77%
G = 26%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F196BA (or 0xF196BA) is known color: Shocking. HEX triplet: F1, 96 and BA. RGB value is (241,150,186). Sum of RGB (Red+Green+Blue) = 241+150+186=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F196BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196BA is #0E6945. Grayscale: #B5B5B5. Windows color (decimal): -944454 or 12228337. OLE color: 12228337.

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

Color convert

RGB 241 150 186 -
CMYK 0 0.38 0.23 0.05
HSL 336.26º 0.76% 0.77% -
HSV(B) 336.26º 0.38% 0.95% -
XYZ 56.04 44.06 52 -
YUV 181.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 241 150 186 0 0.38 0.23 0.05 336.26 0.76 0.77
Hex F1 96 BA 0 26 17 5 150 4C 4D
Octal 361 226 272 0 46 27 5 520 114 115
Binary 11110001 10010110 10111010 0 100110 10111 101 101010000 1001100 1001101

Color Harmonies of #F196BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196BA

Black with #F196BA

Text Example


Text Example

White with #F196BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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