Html Css Color HEX #F098C8 Shocking

📋 copy color: '#F098C8'

red 240 ◦ green 152 ◦ blue 200

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

Shades of Shocking #F098C8

Tints of Shocking #F098C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 33.78%

R = 40.54%
G = 25.68%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F098C8 (or 0xF098C8) is known color: Shocking. HEX triplet: F0, 98 and C8. RGB value is (240,152,200). Sum of RGB (Red+Green+Blue) = 240+152+200=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F098C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F098C8 is #0F6737. Grayscale: #B7B7B7. Windows color (decimal): -1009464 or 13146352. OLE color: 13146352.

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

Color convert

RGB 240 152 200 -
CMYK 0 0.37 0.17 0.06
HSL 327.27º 0.75% 0.77% -
HSV(B) 327.27º 0.37% 0.94% -
XYZ 57.59 45.15 60.32 -
YUV 183.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 240 152 200 0 0.37 0.17 0.06 327.27 0.75 0.77
Hex F0 98 C8 0 25 11 6 147 4B 4D
Octal 360 230 310 0 45 21 6 507 113 115
Binary 11110000 10011000 11001000 0 100101 10001 110 101000111 1001011 1001101

Color Harmonies of #F098C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F098C8

Black with #F098C8

Text Example


Text Example

White with #F098C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F098C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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