Html Css Color HEX #F094C5 Shocking

📋 copy color: '#F094C5'

red 240 ◦ green 148 ◦ blue 197

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

Shades of Shocking #F094C5

Tints of Shocking #F094C5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.3%

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

R = 41.03%
G = 25.3%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F094C5 (or 0xF094C5) is known color: Shocking. HEX triplet: F0, 94 and C5. RGB value is (240,148,197). Sum of RGB (Red+Green+Blue) = 240+148+197=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F094C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094C5 is #0F6B3A. Grayscale: #B4B4B4. Windows color (decimal): -1010491 or 12948720. OLE color: 12948720.

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

Color convert

RGB 240 148 197 -
CMYK 0 0.38 0.18 0.06
HSL 328.04º 0.75% 0.76% -
HSV(B) 328.04º 0.38% 0.94% -
XYZ 56.6 43.74 58.28 -
YUV 181.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 240 148 197 0 0.38 0.18 0.06 328.04 0.75 0.76
Hex F0 94 C5 0 26 12 6 148 4B 4C
Octal 360 224 305 0 46 22 6 510 113 114
Binary 11110000 10010100 11000101 0 100110 10010 110 101001000 1001011 1001100

Color Harmonies of #F094C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094C5

Black with #F094C5

Text Example


Text Example

White with #F094C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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