Html Css Color HEX #F00983 Deep Pink

📋 copy color: '#F00983'

red 240 ◦ green 9 ◦ blue 131

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

Shades of Deep Pink #F00983

Tints of Deep Pink #F00983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.47%

R = 63.16%
G = 2.37%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00983 (or 0xF00983) is known color: Deep Pink. HEX triplet: F0, 09 and 83. RGB value is (240,9,131). Sum of RGB (Red+Green+Blue) = 240+9+131=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F00983 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00983 is #0FF67C. Grayscale: #5B5B5B. Windows color (decimal): -1046141 or 8587760. OLE color: 8587760.

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

Color convert

RGB 240 9 131 -
CMYK 0 0.96 0.45 0.06
HSL 328.31º 0.93% 0.49% -
HSV(B) 328.31º 0.96% 0.94% -
XYZ 40.13 20.36 23.29 -
YUV 91.98 150.03 233.58 -
System Red Green Blue C M Y K H S L
Decimal 240 9 131 0 0.96 0.45 0.06 328.31 0.93 0.49
Hex F0 9 83 0 60 2D 6 148 5D 31
Octal 360 11 203 0 140 55 6 510 135 61
Binary 11110000 1001 10000011 0 1100000 101101 110 101001000 1011101 110001

Color Harmonies of #F00983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00983

Black with #F00983

Text Example


Text Example

White with #F00983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00983; }

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

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

background-color css

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

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

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

border-color css

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

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

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