Html Css Color HEX #F096BE Shocking

📋 copy color: '#F096BE'

red 240 ◦ green 150 ◦ blue 190

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

Shades of Shocking #F096BE

Tints of Shocking #F096BE

RGB

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

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

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

R = 41.38%
G = 25.86%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F096BE (or 0xF096BE) is known color: Shocking. HEX triplet: F0, 96 and BE. RGB value is (240,150,190). Sum of RGB (Red+Green+Blue) = 240+150+190=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BE is #0F6941. Grayscale: #B5B5B5. Windows color (decimal): -1009986 or 12490480. OLE color: 12490480.

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

Color convert

RGB 240 150 190 -
CMYK 0 0.37 0.21 0.06
HSL 333.33º 0.75% 0.76% -
HSV(B) 333.33º 0.38% 0.94% -
XYZ 56.14 44.06 54.26 -
YUV 181.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 240 150 190 0 0.37 0.21 0.06 333.33 0.75 0.76
Hex F0 96 BE 0 25 15 6 14D 4B 4C
Octal 360 226 276 0 45 25 6 515 113 114
Binary 11110000 10010110 10111110 0 100101 10101 110 101001101 1001011 1001100

Color Harmonies of #F096BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096BE

Black with #F096BE

Text Example


Text Example

White with #F096BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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