Html Css Color HEX #F00883 Deep Pink

📋 copy color: '#F00883'

red 240 ◦ green 8 ◦ blue 131

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

Shades of Deep Pink #F00883

Tints of Deep Pink #F00883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 63.32%
G = 2.11%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00883 (or 0xF00883) is known color: Deep Pink. HEX triplet: F0, 08 and 83. RGB value is (240,8,131). Sum of RGB (Red+Green+Blue) = 240+8+131=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F00883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00883 is #0FF77C. Grayscale: #5B5B5B. Windows color (decimal): -1046397 or 8587504. OLE color: 8587504.

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

Color convert

RGB 240 8 131 -
CMYK 0 0.97 0.45 0.06
HSL 328.19º 0.94% 0.49% -
HSV(B) 328.19º 0.97% 0.94% -
XYZ 40.12 20.34 23.28 -
YUV 91.39 150.36 234 -
System Red Green Blue C M Y K H S L
Decimal 240 8 131 0 0.97 0.45 0.06 328.19 0.94 0.49
Hex F0 8 83 0 61 2D 6 148 5E 31
Octal 360 10 203 0 141 55 6 510 136 61
Binary 11110000 1000 10000011 0 1100001 101101 110 101001000 1011110 110001

Color Harmonies of #F00883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00883

Black with #F00883

Text Example


Text Example

White with #F00883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00883; }

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

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

background-color css

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

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

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

border-color css

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

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

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