Html Css Color HEX #F096CB Shocking

📋 copy color: '#F096CB'

red 240 ◦ green 150 ◦ blue 203

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

Shades of Shocking #F096CB

Tints of Shocking #F096CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.23%

R = 40.47%
G = 25.3%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F096CB (or 0xF096CB) is known color: Shocking. HEX triplet: F0, 96 and CB. RGB value is (240,150,203). Sum of RGB (Red+Green+Blue) = 240+150+203=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CB is #0F6934. Grayscale: #B6B6B6. Windows color (decimal): -1009973 or 13342448. OLE color: 13342448.

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

Color convert

RGB 240 150 203 -
CMYK 0 0.37 0.15 0.06
HSL 324.67º 0.75% 0.76% -
HSV(B) 324.67º 0.38% 0.94% -
XYZ 57.62 44.65 62.08 -
YUV 182.95 139.32 168.69 -
System Red Green Blue C M Y K H S L
Decimal 240 150 203 0 0.37 0.15 0.06 324.67 0.75 0.76
Hex F0 96 CB 0 25 F 6 145 4B 4C
Octal 360 226 313 0 45 17 6 505 113 114
Binary 11110000 10010110 11001011 0 100101 1111 110 101000101 1001011 1001100

Color Harmonies of #F096CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F096CB

Black with #F096CB

Text Example


Text Example

White with #F096CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F096CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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