Html Css Color HEX #F195B9 Shocking

📋 copy color: '#F195B9'

red 241 ◦ green 149 ◦ blue 185

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

Shades of Shocking #F195B9

Tints of Shocking #F195B9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.91%

 BLUE value IS 185 (72.66% from 255) = 32.17%

R = 41.91%
G = 25.91%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F195B9 (or 0xF195B9) is known color: Shocking. HEX triplet: F1, 95 and B9. RGB value is (241,149,185). Sum of RGB (Red+Green+Blue) = 241+149+185=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F195B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195B9 is #0E6A46. Grayscale: #B4B4B4. Windows color (decimal): -944711 or 12162545. OLE color: 12162545.

HSL color Cylindrical-coordinate representation of color #F195B9: hue angle of 336.52º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195B9 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 149 185 -
CMYK 0 0.38 0.23 0.05
HSL 336.52º 0.77% 0.76% -
HSV(B) 336.52º 0.38% 0.95% -
XYZ 55.78 43.7 51.39 -
YUV 180.61 130.48 171.07 -
System Red Green Blue C M Y K H S L
Decimal 241 149 185 0 0.38 0.23 0.05 336.52 0.77 0.76
Hex F1 95 B9 0 26 17 5 151 4D 4C
Octal 361 225 271 0 46 27 5 521 115 114
Binary 11110001 10010101 10111001 0 100110 10111 101 101010001 1001101 1001100

Color Harmonies of #F195B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195B9

Black with #F195B9

Text Example


Text Example

White with #F195B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195B9; }

 p { color: rgb(241,149,185); }

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

background-color css

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

 a { background-color: rgb(241,149,185); }

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

border-color css

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

 span { border-color: rgb(241,149,185); }

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