Html Css Color HEX #F093BA Shocking

📋 copy color: '#F093BA'

red 240 ◦ green 147 ◦ blue 186

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

Shades of Shocking #F093BA

Tints of Shocking #F093BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.65%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 41.88%
G = 25.65%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F093BA (or 0xF093BA) is known color: Shocking. HEX triplet: F0, 93 and BA. RGB value is (240,147,186). Sum of RGB (Red+Green+Blue) = 240+147+186=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F093BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F093BA is #0F6C45. Grayscale: #B3B3B3. Windows color (decimal): -1010758 or 12227568. OLE color: 12227568.

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

Color convert

RGB 240 147 186 -
CMYK 0 0.39 0.22 0.06
HSL 334.84º 0.76% 0.76% -
HSV(B) 334.84º 0.39% 0.94% -
XYZ 55.23 42.94 51.83 -
YUV 179.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 240 147 186 0 0.39 0.22 0.06 334.84 0.76 0.76
Hex F0 93 BA 0 27 16 6 14F 4C 4C
Octal 360 223 272 0 47 26 6 517 114 114
Binary 11110000 10010011 10111010 0 100111 10110 110 101001111 1001100 1001100

Color Harmonies of #F093BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F093BA

Black with #F093BA

Text Example


Text Example

White with #F093BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F093BA; }

 p { color: rgb(240,147,186); }

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

background-color css

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

 a { background-color: rgb(240,147,186); }

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

border-color css

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

 span { border-color: rgb(240,147,186); }

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