Html Css Color HEX #F198BE Shocking

📋 copy color: '#F198BE'

red 241 ◦ green 152 ◦ blue 190

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

Shades of Shocking #F198BE

Tints of Shocking #F198BE

RGB

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

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

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

R = 41.34%
G = 26.07%
B = 32.59%

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

#F198BE (or 0xF198BE) is known color: Shocking. HEX triplet: F1, 98 and BE. RGB value is (241,152,190). Sum of RGB (Red+Green+Blue) = 241+152+190=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F198BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F198BE is #0E6741. Grayscale: #B6B6B6. Windows color (decimal): -943938 or 12490993. OLE color: 12490993.

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

Color convert

RGB 241 152 190 -
CMYK 0 0.37 0.21 0.05
HSL 334.38º 0.76% 0.77% -
HSV(B) 334.38º 0.37% 0.95% -
XYZ 56.8 44.87 54.38 -
YUV 182.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 241 152 190 0 0.37 0.21 0.05 334.38 0.76 0.77
Hex F1 98 BE 0 25 15 5 14E 4C 4D
Octal 361 230 276 0 45 25 5 516 114 115
Binary 11110001 10011000 10111110 0 100101 10101 101 101001110 1001100 1001101

Color Harmonies of #F198BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F198BE

Black with #F198BE

Text Example


Text Example

White with #F198BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F198BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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