Html Css Color HEX #F098BE Shocking

📋 copy color: '#F098BE'

red 240 ◦ green 152 ◦ blue 190

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

Shades of Shocking #F098BE

Tints of Shocking #F098BE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.12%

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

R = 41.24%
G = 26.12%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#F098BE (or 0xF098BE) is known color: Shocking. HEX triplet: F0, 98 and BE. RGB value is (240,152,190). Sum of RGB (Red+Green+Blue) = 240+152+190=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F098BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098BE is #0F6741. Grayscale: #B6B6B6. Windows color (decimal): -1009474 or 12490992. OLE color: 12490992.

HSL color Cylindrical-coordinate representation of color #F098BE: hue angle of 334.09º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098BE is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 152 190 -
CMYK 0 0.37 0.21 0.06
HSL 334.09º 0.75% 0.77% -
HSV(B) 334.09º 0.37% 0.94% -
XYZ 56.46 44.7 54.37 -
YUV 182.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 240 152 190 0 0.37 0.21 0.06 334.09 0.75 0.77
Hex F0 98 BE 0 25 15 6 14E 4B 4D
Octal 360 230 276 0 45 25 6 516 113 115
Binary 11110000 10011000 10111110 0 100101 10101 110 101001110 1001011 1001101

Color Harmonies of #F098BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098BE

Black with #F098BE

Text Example


Text Example

White with #F098BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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