Html Css Color HEX #F196C5 Shocking

📋 copy color: '#F196C5'

red 241 ◦ green 150 ◦ blue 197

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

Shades of Shocking #F196C5

Tints of Shocking #F196C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.5%

R = 40.99%
G = 25.51%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F196C5 (or 0xF196C5) is known color: Shocking. HEX triplet: F1, 96 and C5. RGB value is (241,150,197). Sum of RGB (Red+Green+Blue) = 241+150+197=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F196C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196C5 is #0E693A. Grayscale: #B6B6B6. Windows color (decimal): -944443 or 12949233. OLE color: 12949233.

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

Color convert

RGB 241 150 197 -
CMYK 0 0.38 0.18 0.05
HSL 329.01º 0.76% 0.77% -
HSV(B) 329.01º 0.38% 0.95% -
XYZ 57.26 44.54 58.4 -
YUV 182.57 136.15 169.68 -
System Red Green Blue C M Y K H S L
Decimal 241 150 197 0 0.38 0.18 0.05 329.01 0.76 0.77
Hex F1 96 C5 0 26 12 5 149 4C 4D
Octal 361 226 305 0 46 22 5 511 114 115
Binary 11110001 10010110 11000101 0 100110 10010 101 101001001 1001100 1001101

Color Harmonies of #F196C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196C5

Black with #F196C5

Text Example


Text Example

White with #F196C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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