Html Css Color HEX #F0098C Deep Pink

📋 copy color: '#F0098C'

red 240 ◦ green 9 ◦ blue 140

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

Shades of Deep Pink #F0098C

Tints of Deep Pink #F0098C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

 BLUE value IS 140 (55.08% from 255) = 35.99%

R = 61.7%
G = 2.31%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0098C (or 0xF0098C) is known color: Deep Pink. HEX triplet: F0, 09 and 8C. RGB value is (240,9,140). Sum of RGB (Red+Green+Blue) = 240+9+140=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0098C is #0FF673. Grayscale: #5C5C5C. Windows color (decimal): -1046132 or 9177584. OLE color: 9177584.

HSL color Cylindrical-coordinate representation of color #F0098C: hue angle of 325.97º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0098C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 9 140 -
CMYK 0 0.96 0.42 0.06
HSL 325.97º 0.93% 0.49% -
HSV(B) 325.97º 0.96% 0.94% -
XYZ 40.77 20.61 26.64 -
YUV 93 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 240 9 140 0 0.96 0.42 0.06 325.97 0.93 0.49
Hex F0 9 8C 0 60 2A 6 146 5D 31
Octal 360 11 214 0 140 52 6 506 135 61
Binary 11110000 1001 10001100 0 1100000 101010 110 101000110 1011101 110001

Color Harmonies of #F0098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0098C

Black with #F0098C

Text Example


Text Example

White with #F0098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0098C; }

 p { color: rgb(240,9,140); }

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

background-color css

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

 a { background-color: rgb(240,9,140); }

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

border-color css

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

 span { border-color: rgb(240,9,140); }

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