Html Css Color HEX #F096CF Shocking

📋 copy color: '#F096CF'

red 240 ◦ green 150 ◦ blue 207

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

Shades of Shocking #F096CF

Tints of Shocking #F096CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 40.2%
G = 25.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F096CF (or 0xF096CF) is known color: Shocking. HEX triplet: F0, 96 and CF. RGB value is (240,150,207). Sum of RGB (Red+Green+Blue) = 240+150+207=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CF is #0F6930. Grayscale: #B7B7B7. Windows color (decimal): -1009969 or 13604592. OLE color: 13604592.

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

Color convert

RGB 240 150 207 -
CMYK 0 0.37 0.14 0.06
HSL 322º 0.75% 0.76% -
HSV(B) 322º 0.38% 0.94% -
XYZ 58.1 44.84 64.62 -
YUV 183.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 240 150 207 0 0.37 0.14 0.06 322 0.75 0.76
Hex F0 96 CF 0 25 E 6 142 4B 4C
Octal 360 226 317 0 45 16 6 502 113 114
Binary 11110000 10010110 11001111 0 100101 1110 110 101000010 1001011 1001100

Color Harmonies of #F096CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096CF

Black with #F096CF

Text Example


Text Example

White with #F096CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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