Html Css Color HEX #F197C2 Shocking

📋 copy color: '#F197C2'

red 241 ◦ green 151 ◦ blue 194

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

Shades of Shocking #F197C2

Tints of Shocking #F197C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.11%

R = 41.13%
G = 25.77%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F197C2 (or 0xF197C2) is known color: Shocking. HEX triplet: F1, 97 and C2. RGB value is (241,151,194). Sum of RGB (Red+Green+Blue) = 241+151+194=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 151 (59.38% from 255 or 25.77% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C2 is #0E683D. Grayscale: #B6B6B6. Windows color (decimal): -944190 or 12752881. OLE color: 12752881.

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

Color convert

RGB 241 151 194 -
CMYK 0 0.37 0.20 0.05
HSL 331.33º 0.76% 0.77% -
HSV(B) 331.33º 0.37% 0.95% -
XYZ 57.08 44.73 56.66 -
YUV 182.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 241 151 194 0 0.37 0.20 0.05 331.33 0.76 0.77
Hex F1 97 C2 0 25 14 5 14B 4C 4D
Octal 361 227 302 0 45 24 5 513 114 115
Binary 11110001 10010111 11000010 0 100101 10100 101 101001011 1001100 1001101

Color Harmonies of #F197C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197C2

Black with #F197C2

Text Example


Text Example

White with #F197C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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