Html Css Color HEX #F092BE Shocking

📋 copy color: '#F092BE'

red 240 ◦ green 146 ◦ blue 190

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

Shades of Shocking #F092BE

Tints of Shocking #F092BE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.35%

 BLUE value IS 190 (74.61% from 255) = 32.99%

R = 41.67%
G = 25.35%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F092BE (or 0xF092BE) is known color: Shocking. HEX triplet: F0, 92 and BE. RGB value is (240,146,190). Sum of RGB (Red+Green+Blue) = 240+146+190=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F092BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092BE is #0F6D41. Grayscale: #B3B3B3. Windows color (decimal): -1011010 or 12489456. OLE color: 12489456.

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

Color convert

RGB 240 146 190 -
CMYK 0 0.39 0.21 0.06
HSL 331.91º 0.76% 0.76% -
HSV(B) 331.91º 0.39% 0.94% -
XYZ 55.51 42.8 54.05 -
YUV 179.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 240 146 190 0 0.39 0.21 0.06 331.91 0.76 0.76
Hex F0 92 BE 0 27 15 6 14C 4C 4C
Octal 360 222 276 0 47 25 6 514 114 114
Binary 11110000 10010010 10111110 0 100111 10101 110 101001100 1001100 1001100

Color Harmonies of #F092BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F092BE

Black with #F092BE

Text Example


Text Example

White with #F092BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F092BE; }

 p { color: rgb(240,146,190); }

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

background-color css

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

 a { background-color: rgb(240,146,190); }

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

border-color css

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

 span { border-color: rgb(240,146,190); }

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