Html Css Color HEX #F096BC Shocking

📋 copy color: '#F096BC'

red 240 ◦ green 150 ◦ blue 188

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

Shades of Shocking #F096BC

Tints of Shocking #F096BC

RGB

 RED value IS 240 (94.14% from 255) = 41.52%

 GREEN value IS 150 (58.98% from 255) = 25.95%

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

R = 41.52%
G = 25.95%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F096BC (or 0xF096BC) is known color: Shocking. HEX triplet: F0, 96 and BC. RGB value is (240,150,188). Sum of RGB (Red+Green+Blue) = 240+150+188=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BC is #0F6943. Grayscale: #B5B5B5. Windows color (decimal): -1009988 or 12359408. OLE color: 12359408.

HSL color Cylindrical-coordinate representation of color #F096BC: hue angle of 334.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096BC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 150 188 -
CMYK 0 0.37 0.22 0.06
HSL 334.67º 0.75% 0.76% -
HSV(B) 334.67º 0.38% 0.94% -
XYZ 55.92 43.97 53.12 -
YUV 181.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 240 150 188 0 0.37 0.22 0.06 334.67 0.75 0.76
Hex F0 96 BC 0 25 16 6 14F 4B 4C
Octal 360 226 274 0 45 26 6 517 113 114
Binary 11110000 10010110 10111100 0 100101 10110 110 101001111 1001011 1001100

Color Harmonies of #F096BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096BC

Black with #F096BC

Text Example


Text Example

White with #F096BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096BC; }

 p { color: rgb(240,150,188); }

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

background-color css

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

 a { background-color: rgb(240,150,188); }

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

border-color css

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

 span { border-color: rgb(240,150,188); }

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