Html Css Color HEX #F094BB Shocking

📋 copy color: '#F094BB'

red 240 ◦ green 148 ◦ blue 187

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

Shades of Shocking #F094BB

Tints of Shocking #F094BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.52%

R = 41.74%
G = 25.74%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F094BB (or 0xF094BB) is known color: Shocking. HEX triplet: F0, 94 and BB. RGB value is (240,148,187). Sum of RGB (Red+Green+Blue) = 240+148+187=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F094BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F094BB is #0F6B44. Grayscale: #B3B3B3. Windows color (decimal): -1010501 or 12293360. OLE color: 12293360.

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

Color convert

RGB 240 148 187 -
CMYK 0 0.38 0.22 0.06
HSL 334.57º 0.75% 0.76% -
HSV(B) 334.57º 0.38% 0.94% -
XYZ 55.49 43.29 52.45 -
YUV 179.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 240 148 187 0 0.38 0.22 0.06 334.57 0.75 0.76
Hex F0 94 BB 0 26 16 6 14F 4B 4C
Octal 360 224 273 0 46 26 6 517 113 114
Binary 11110000 10010100 10111011 0 100110 10110 110 101001111 1001011 1001100

Color Harmonies of #F094BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F094BB

Black with #F094BB

Text Example


Text Example

White with #F094BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F094BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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