Html Css Color HEX #F195BA Shocking

📋 copy color: '#F195BA'

red 241 ◦ green 149 ◦ blue 186

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

Shades of Shocking #F195BA

Tints of Shocking #F195BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.29%

R = 41.84%
G = 25.87%
B = 32.29%

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

#F195BA (or 0xF195BA) is known color: Shocking. HEX triplet: F1, 95 and BA. RGB value is (241,149,186). Sum of RGB (Red+Green+Blue) = 241+149+186=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BA is #0E6A45. Grayscale: #B4B4B4. Windows color (decimal): -944710 or 12228081. OLE color: 12228081.

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

Color convert

RGB 241 149 186 -
CMYK 0 0.38 0.23 0.05
HSL 335.87º 0.77% 0.76% -
HSV(B) 335.87º 0.38% 0.95% -
XYZ 55.89 43.74 51.95 -
YUV 180.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 241 149 186 0 0.38 0.23 0.05 335.87 0.77 0.76
Hex F1 95 BA 0 26 17 5 150 4D 4C
Octal 361 225 272 0 46 27 5 520 115 114
Binary 11110001 10010101 10111010 0 100110 10111 101 101010000 1001101 1001100

Color Harmonies of #F195BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195BA

Black with #F195BA

Text Example


Text Example

White with #F195BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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