Html Css Color HEX #F195BC Shocking

📋 copy color: '#F195BC'

red 241 ◦ green 149 ◦ blue 188

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

Shades of Shocking #F195BC

Tints of Shocking #F195BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 41.7%
G = 25.78%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F195BC (or 0xF195BC) is known color: Shocking. HEX triplet: F1, 95 and BC. RGB value is (241,149,188). Sum of RGB (Red+Green+Blue) = 241+149+188=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BC is #0E6A43. Grayscale: #B4B4B4. Windows color (decimal): -944708 or 12359153. OLE color: 12359153.

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

Color convert

RGB 241 149 188 -
CMYK 0 0.38 0.22 0.05
HSL 334.57º 0.77% 0.76% -
HSV(B) 334.57º 0.38% 0.95% -
XYZ 56.1 43.83 53.08 -
YUV 180.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 241 149 188 0 0.38 0.22 0.05 334.57 0.77 0.76
Hex F1 95 BC 0 26 16 5 14F 4D 4C
Octal 361 225 274 0 46 26 5 517 115 114
Binary 11110001 10010101 10111100 0 100110 10110 101 101001111 1001101 1001100

Color Harmonies of #F195BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195BC

Black with #F195BC

Text Example


Text Example

White with #F195BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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