Html Css Color HEX #F198C1 Shocking

📋 copy color: '#F198C1'

red 241 ◦ green 152 ◦ blue 193

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

Shades of Shocking #F198C1

Tints of Shocking #F198C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.94%

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

R = 41.13%
G = 25.94%
B = 32.94%

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

#F198C1 (or 0xF198C1) is known color: Shocking. HEX triplet: F1, 98 and C1. RGB value is (241,152,193). Sum of RGB (Red+Green+Blue) = 241+152+193=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 193 (75.78% from 255 or 32.94% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F198C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198C1 is #0E673E. Grayscale: #B7B7B7. Windows color (decimal): -943935 or 12687601. OLE color: 12687601.

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

Color convert

RGB 241 152 193 -
CMYK 0 0.37 0.20 0.05
HSL 332.36º 0.76% 0.77% -
HSV(B) 332.36º 0.37% 0.95% -
XYZ 57.13 45.01 56.13 -
YUV 183.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 241 152 193 0 0.37 0.20 0.05 332.36 0.76 0.77
Hex F1 98 C1 0 25 14 5 14C 4C 4D
Octal 361 230 301 0 45 24 5 514 114 115
Binary 11110001 10011000 11000001 0 100101 10100 101 101001100 1001100 1001101

Color Harmonies of #F198C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198C1

Black with #F198C1

Text Example


Text Example

White with #F198C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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