Html Css Color HEX #F00083 Deep Pink

📋 copy color: '#F00083'

red 240 ◦ green 0 ◦ blue 131

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

Shades of Deep Pink #F00083

Tints of Deep Pink #F00083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.69%
G = 0%
B = 35.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00083 (or 0xF00083) is known color: Deep Pink. HEX triplet: F0, 00 and 83. RGB value is (240,0,131). Sum of RGB (Red+Green+Blue) = 240+0+131=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F00083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00083 is #0FFF7C. Grayscale: #565656. Windows color (decimal): -1048445 or 8585456. OLE color: 8585456.

HSL color Cylindrical-coordinate representation of color #F00083: hue angle of 327.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00083 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 0 131 -
CMYK 0 1 0.45 0.06
HSL 327.25º 1% 0.47% -
HSV(B) 327.25º 1% 0.94% -
XYZ 40.03 20.16 23.25 -
YUV 86.69 153.01 237.35 -
System Red Green Blue C M Y K H S L
Decimal 240 0 131 0 1 0.45 0.06 327.25 1 0.47
Hex F0 0 83 0 64 2D 6 147 64 2F
Octal 360 0 203 0 144 55 6 507 144 57
Binary 11110000 0 10000011 0 1100100 101101 110 101000111 1100100 101111

Color Harmonies of #F00083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00083

Black with #F00083

Text Example


Text Example

White with #F00083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00083; }

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

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

background-color css

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

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

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

border-color css

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

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

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