Html Css Color HEX #F09EBC Shocking

📋 copy color: '#F09EBC'

red 240 ◦ green 158 ◦ blue 188

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

Shades of Shocking #F09EBC

Tints of Shocking #F09EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.96%

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

R = 40.96%
G = 26.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F09EBC (or 0xF09EBC) is known color: Shocking. HEX triplet: F0, 9E and BC. RGB value is (240,158,188). Sum of RGB (Red+Green+Blue) = 240+158+188=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EBC is #0F6143. Grayscale: #B9B9B9. Windows color (decimal): -1007940 or 12361456. OLE color: 12361456.

HSL color Cylindrical-coordinate representation of color #F09EBC: hue angle of 338.05º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EBC is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 158 188 -
CMYK 0 0.34 0.22 0.06
HSL 338.05º 0.73% 0.78% -
HSV(B) 338.05º 0.34% 0.94% -
XYZ 57.24 46.61 53.56 -
YUV 185.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 240 158 188 0 0.34 0.22 0.06 338.05 0.73 0.78
Hex F0 9E BC 0 22 16 6 152 49 4E
Octal 360 236 274 0 42 26 6 522 111 116
Binary 11110000 10011110 10111100 0 100010 10110 110 101010010 1001001 1001110

Color Harmonies of #F09EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09EBC

Black with #F09EBC

Text Example


Text Example

White with #F09EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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