Html Css Color HEX #F195BE Shocking

📋 copy color: '#F195BE'

red 241 ◦ green 149 ◦ blue 190

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

Shades of Shocking #F195BE

Tints of Shocking #F195BE

RGB

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

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

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

R = 41.55%
G = 25.69%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F195BE (or 0xF195BE) is known color: Shocking. HEX triplet: F1, 95 and BE. RGB value is (241,149,190). Sum of RGB (Red+Green+Blue) = 241+149+190=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BE is #0E6A41. Grayscale: #B5B5B5. Windows color (decimal): -944706 or 12490225. OLE color: 12490225.

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

Color convert

RGB 241 149 190 -
CMYK 0 0.38 0.21 0.05
HSL 333.26º 0.77% 0.76% -
HSV(B) 333.26º 0.38% 0.95% -
XYZ 56.32 43.91 54.22 -
YUV 181.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 241 149 190 0 0.38 0.21 0.05 333.26 0.77 0.76
Hex F1 95 BE 0 26 15 5 14D 4D 4C
Octal 361 225 276 0 46 25 5 515 115 114
Binary 11110001 10010101 10111110 0 100110 10101 101 101001101 1001101 1001100

Color Harmonies of #F195BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195BE

Black with #F195BE

Text Example


Text Example

White with #F195BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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