Html Css Color HEX #F197C1 Shocking

📋 copy color: '#F197C1'

red 241 ◦ green 151 ◦ blue 193

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

Shades of Shocking #F197C1

Tints of Shocking #F197C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.99%

R = 41.2%
G = 25.81%
B = 32.99%

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

#F197C1 (or 0xF197C1) is known color: Shocking. HEX triplet: F1, 97 and C1. RGB value is (241,151,193). Sum of RGB (Red+Green+Blue) = 241+151+193=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 151 (59.38% from 255 or 25.81% from 585); Blue value is 193 (75.78% from 255 or 32.99% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C1 is #0E683E. Grayscale: #B6B6B6. Windows color (decimal): -944191 or 12687345. OLE color: 12687345.

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

Color convert

RGB 241 151 193 -
CMYK 0 0.37 0.20 0.05
HSL 332º 0.76% 0.77% -
HSV(B) 332º 0.37% 0.95% -
XYZ 56.97 44.68 56.07 -
YUV 182.7 133.82 169.58 -
System Red Green Blue C M Y K H S L
Decimal 241 151 193 0 0.37 0.20 0.05 332 0.76 0.77
Hex F1 97 C1 0 25 14 5 14C 4C 4D
Octal 361 227 301 0 45 24 5 514 114 115
Binary 11110001 10010111 11000001 0 100101 10100 101 101001100 1001100 1001101

Color Harmonies of #F197C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197C1

Black with #F197C1

Text Example


Text Example

White with #F197C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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