Html Css Color HEX #F09EC5 Shocking

📋 copy color: '#F09EC5'

red 240 ◦ green 158 ◦ blue 197

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

Shades of Shocking #F09EC5

Tints of Shocking #F09EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.11%

R = 40.34%
G = 26.55%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F09EC5 (or 0xF09EC5) is known color: Shocking. HEX triplet: F0, 9E and C5. RGB value is (240,158,197). Sum of RGB (Red+Green+Blue) = 240+158+197=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC5 is #0F613A. Grayscale: #BABABA. Windows color (decimal): -1007931 or 12951280. OLE color: 12951280.

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

Color convert

RGB 240 158 197 -
CMYK 0 0.34 0.18 0.06
HSL 331.46º 0.73% 0.78% -
HSV(B) 331.46º 0.34% 0.94% -
XYZ 58.24 47.01 58.83 -
YUV 186.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 240 158 197 0 0.34 0.18 0.06 331.46 0.73 0.78
Hex F0 9E C5 0 22 12 6 14B 49 4E
Octal 360 236 305 0 42 22 6 513 111 116
Binary 11110000 10011110 11000101 0 100010 10010 110 101001011 1001001 1001110

Color Harmonies of #F09EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09EC5

Black with #F09EC5

Text Example


Text Example

White with #F09EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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