Html Css Color HEX #F81083 Deep Pink

📋 copy color: '#F81083'

red 248 ◦ green 16 ◦ blue 131

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

Shades of Deep Pink #F81083

Tints of Deep Pink #F81083

RGB

 RED value IS 248 (97.27% from 255) = 62.78%

 GREEN value IS 16 (6.64% from 255) = 4.05%

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

R = 62.78%
G = 4.05%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F81083 (or 0xF81083) is known color: Deep Pink. HEX triplet: F8, 10 and 83. RGB value is (248,16,131). Sum of RGB (Red+Green+Blue) = 248+16+131=395 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.78% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 248 - color contains mainly: red. Hex color #F81083 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81083 is #07EF7C. Grayscale: #626262. Windows color (decimal): -520061 or 8589560. OLE color: 8589560.

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

Color convert

RGB 248 16 131 -
CMYK 0 0.94 0.47 0.03
HSL 330.26º 0.94% 0.52% -
HSV(B) 330.26º 0.94% 0.97% -
XYZ 42.99 21.97 23.45 -
YUV 98.48 146.36 234.65 -
System Red Green Blue C M Y K H S L
Decimal 248 16 131 0 0.94 0.47 0.03 330.26 0.94 0.52
Hex F8 10 83 0 5E 2F 3 14A 5E 34
Octal 370 20 203 0 136 57 3 512 136 64
Binary 11111000 10000 10000011 0 1011110 101111 11 101001010 1011110 110100

Color Harmonies of #F81083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81083

Black with #F81083

Text Example


Text Example

White with #F81083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81083; }

 p { color: rgb(248,16,131); }

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

background-color css

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

 a { background-color: rgb(248,16,131); }

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

border-color css

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

 span { border-color: rgb(248,16,131); }

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