Html Css Color HEX #F195BD Shocking

📋 copy color: '#F195BD'

red 241 ◦ green 149 ◦ blue 189

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

Shades of Shocking #F195BD

Tints of Shocking #F195BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.64%

R = 41.62%
G = 25.73%
B = 32.64%

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

#F195BD (or 0xF195BD) is known color: Shocking. HEX triplet: F1, 95 and BD. RGB value is (241,149,189). Sum of RGB (Red+Green+Blue) = 241+149+189=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F195BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F195BD is #0E6A42. Grayscale: #B4B4B4. Windows color (decimal): -944707 or 12424689. OLE color: 12424689.

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

Color convert

RGB 241 149 189 -
CMYK 0 0.38 0.22 0.05
HSL 333.91º 0.77% 0.76% -
HSV(B) 333.91º 0.38% 0.95% -
XYZ 56.21 43.87 53.65 -
YUV 181.07 132.48 170.75 -
System Red Green Blue C M Y K H S L
Decimal 241 149 189 0 0.38 0.22 0.05 333.91 0.77 0.76
Hex F1 95 BD 0 26 16 5 14E 4D 4C
Octal 361 225 275 0 46 26 5 516 115 114
Binary 11110001 10010101 10111101 0 100110 10110 101 101001110 1001101 1001100

Color Harmonies of #F195BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F195BD

Black with #F195BD

Text Example


Text Example

White with #F195BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F195BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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