Html Css Color HEX #F197BB Shocking

📋 copy color: '#F197BB'

red 241 ◦ green 151 ◦ blue 187

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

Shades of Shocking #F197BB

Tints of Shocking #F197BB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.08%

 BLUE value IS 187 (73.44% from 255) = 32.3%

R = 41.62%
G = 26.08%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F197BB (or 0xF197BB) is known color: Shocking. HEX triplet: F1, 97 and BB. RGB value is (241,151,187). Sum of RGB (Red+Green+Blue) = 241+151+187=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F197BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197BB is #0E6844. Grayscale: #B5B5B5. Windows color (decimal): -944197 or 12294129. OLE color: 12294129.

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

Color convert

RGB 241 151 187 -
CMYK 0 0.37 0.22 0.05
HSL 336º 0.76% 0.77% -
HSV(B) 336º 0.37% 0.95% -
XYZ 56.31 44.42 52.62 -
YUV 182.01 130.82 170.07 -
System Red Green Blue C M Y K H S L
Decimal 241 151 187 0 0.37 0.22 0.05 336 0.76 0.77
Hex F1 97 BB 0 25 16 5 150 4C 4D
Octal 361 227 273 0 45 26 5 520 114 115
Binary 11110001 10010111 10111011 0 100101 10110 101 101010000 1001100 1001101

Color Harmonies of #F197BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197BB

Black with #F197BB

Text Example


Text Example

White with #F197BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197BB; }

 p { color: rgb(241,151,187); }

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

background-color css

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

 a { background-color: rgb(241,151,187); }

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

border-color css

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

 span { border-color: rgb(241,151,187); }

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