Html Css Color HEX #F195BB Shocking

📋 copy color: '#F195BB'

red 241 ◦ green 149 ◦ blue 187

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

Shades of Shocking #F195BB

Tints of Shocking #F195BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.41%

R = 41.77%
G = 25.82%
B = 32.41%

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

#F195BB (or 0xF195BB) is known color: Shocking. HEX triplet: F1, 95 and BB. RGB value is (241,149,187). Sum of RGB (Red+Green+Blue) = 241+149+187=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BB is #0E6A44. Grayscale: #B4B4B4. Windows color (decimal): -944709 or 12293617. OLE color: 12293617.

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

Color convert

RGB 241 149 187 -
CMYK 0 0.38 0.22 0.05
HSL 335.22º 0.77% 0.76% -
HSV(B) 335.22º 0.38% 0.95% -
XYZ 55.99 43.78 52.51 -
YUV 180.84 131.48 170.91 -
System Red Green Blue C M Y K H S L
Decimal 241 149 187 0 0.38 0.22 0.05 335.22 0.77 0.76
Hex F1 95 BB 0 26 16 5 14F 4D 4C
Octal 361 225 273 0 46 26 5 517 115 114
Binary 11110001 10010101 10111011 0 100110 10110 101 101001111 1001101 1001100

Color Harmonies of #F195BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195BB

Black with #F195BB

Text Example


Text Example

White with #F195BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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