Html Css Color HEX #F196CB Shocking

📋 copy color: '#F196CB'

red 241 ◦ green 150 ◦ blue 203

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

Shades of Shocking #F196CB

Tints of Shocking #F196CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.18%

R = 40.57%
G = 25.25%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F196CB (or 0xF196CB) is known color: Shocking. HEX triplet: F1, 96 and CB. RGB value is (241,150,203). Sum of RGB (Red+Green+Blue) = 241+150+203=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F196CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F196CB is #0E6934. Grayscale: #B7B7B7. Windows color (decimal): -944437 or 13342449. OLE color: 13342449.

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

Color convert

RGB 241 150 203 -
CMYK 0 0.38 0.16 0.05
HSL 325.05º 0.76% 0.77% -
HSV(B) 325.05º 0.38% 0.95% -
XYZ 57.96 44.83 62.1 -
YUV 183.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 241 150 203 0 0.38 0.16 0.05 325.05 0.76 0.77
Hex F1 96 CB 0 26 10 5 145 4C 4D
Octal 361 226 313 0 46 20 5 505 114 115
Binary 11110001 10010110 11001011 0 100110 10000 101 101000101 1001100 1001101

Color Harmonies of #F196CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F196CB

Black with #F196CB

Text Example


Text Example

White with #F196CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F196CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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