Html Css Color HEX #F09EC4 Shocking

📋 copy color: '#F09EC4'

red 240 ◦ green 158 ◦ blue 196

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

Shades of Shocking #F09EC4

Tints of Shocking #F09EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33%

R = 40.4%
G = 26.6%
B = 33%

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

#F09EC4 (or 0xF09EC4) is known color: Shocking. HEX triplet: F0, 9E and C4. RGB value is (240,158,196). Sum of RGB (Red+Green+Blue) = 240+158+196=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC4 is #0F613B. Grayscale: #BABABA. Windows color (decimal): -1007932 or 12885744. OLE color: 12885744.

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

Color convert

RGB 240 158 196 -
CMYK 0 0.34 0.18 0.06
HSL 332.2º 0.73% 0.78% -
HSV(B) 332.2º 0.34% 0.94% -
XYZ 58.13 46.96 58.23 -
YUV 186.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 240 158 196 0 0.34 0.18 0.06 332.2 0.73 0.78
Hex F0 9E C4 0 22 12 6 14C 49 4E
Octal 360 236 304 0 42 22 6 514 111 116
Binary 11110000 10011110 11000100 0 100010 10010 110 101001100 1001001 1001110

Color Harmonies of #F09EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09EC4

Black with #F09EC4

Text Example


Text Example

White with #F09EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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