Html Css Color HEX #F197C5 Shocking

📋 copy color: '#F197C5'

red 241 ◦ green 151 ◦ blue 197

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

Shades of Shocking #F197C5

Tints of Shocking #F197C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 40.92%
G = 25.64%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F197C5 (or 0xF197C5) is known color: Shocking. HEX triplet: F1, 97 and C5. RGB value is (241,151,197). Sum of RGB (Red+Green+Blue) = 241+151+197=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 151 (59.38% from 255 or 25.64% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F197C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F197C5 is #0E683A. Grayscale: #B7B7B7. Windows color (decimal): -944187 or 12949489. OLE color: 12949489.

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

Color convert

RGB 241 151 197 -
CMYK 0 0.37 0.18 0.05
HSL 329.33º 0.76% 0.77% -
HSV(B) 329.33º 0.37% 0.95% -
XYZ 57.42 44.87 58.46 -
YUV 183.15 135.82 169.26 -
System Red Green Blue C M Y K H S L
Decimal 241 151 197 0 0.37 0.18 0.05 329.33 0.76 0.77
Hex F1 97 C5 0 25 12 5 149 4C 4D
Octal 361 227 305 0 45 22 5 511 114 115
Binary 11110001 10010111 11000101 0 100101 10010 101 101001001 1001100 1001101

Color Harmonies of #F197C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F197C5

Black with #F197C5

Text Example


Text Example

White with #F197C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F197C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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