Html Css Color HEX #F096BD Shocking

📋 copy color: '#F096BD'

red 240 ◦ green 150 ◦ blue 189

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

Shades of Shocking #F096BD

Tints of Shocking #F096BD

RGB

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

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

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

R = 41.45%
G = 25.91%
B = 32.64%

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

#F096BD (or 0xF096BD) is known color: Shocking. HEX triplet: F0, 96 and BD. RGB value is (240,150,189). Sum of RGB (Red+Green+Blue) = 240+150+189=579 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.45% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 240 - color contains mainly: red. Hex color #F096BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096BD is #0F6942. Grayscale: #B5B5B5. Windows color (decimal): -1009987 or 12424944. OLE color: 12424944.

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

Color convert

RGB 240 150 189 -
CMYK 0 0.37 0.21 0.06
HSL 334º 0.75% 0.76% -
HSV(B) 334º 0.38% 0.94% -
XYZ 56.03 44.01 53.69 -
YUV 181.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 240 150 189 0 0.37 0.21 0.06 334 0.75 0.76
Hex F0 96 BD 0 25 15 6 14E 4B 4C
Octal 360 226 275 0 45 25 6 516 113 114
Binary 11110000 10010110 10111101 0 100101 10101 110 101001110 1001011 1001100

Color Harmonies of #F096BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096BD

Black with #F096BD

Text Example


Text Example

White with #F096BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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