Html Css Color HEX #F197BE Shocking

📋 copy color: '#F197BE'

red 241 ◦ green 151 ◦ blue 190

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

Shades of Shocking #F197BE

Tints of Shocking #F197BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.65%

R = 41.41%
G = 25.95%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F197BE (or 0xF197BE) is known color: Shocking. HEX triplet: F1, 97 and BE. RGB value is (241,151,190). Sum of RGB (Red+Green+Blue) = 241+151+190=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 151 (59.38% from 255 or 25.95% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F197BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197BE is #0E6841. Grayscale: #B6B6B6. Windows color (decimal): -944194 or 12490737. OLE color: 12490737.

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

Color convert

RGB 241 151 190 -
CMYK 0 0.37 0.21 0.05
HSL 334º 0.76% 0.77% -
HSV(B) 334º 0.37% 0.95% -
XYZ 56.64 44.55 54.33 -
YUV 182.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 241 151 190 0 0.37 0.21 0.05 334 0.76 0.77
Hex F1 97 BE 0 25 15 5 14E 4C 4D
Octal 361 227 276 0 45 25 5 516 114 115
Binary 11110001 10010111 10111110 0 100101 10101 101 101001110 1001100 1001101

Color Harmonies of #F197BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197BE

Black with #F197BE

Text Example


Text Example

White with #F197BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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