Html Css Color HEX #F31380 Deep Pink

📋 copy color: '#F31380'

red 243 ◦ green 19 ◦ blue 128

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

Shades of Deep Pink #F31380

Tints of Deep Pink #F31380

RGB

 RED value IS 243 (95.31% from 255) = 62.31%

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 62.31%
G = 4.87%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F31380 (or 0xF31380) is known color: Deep Pink. HEX triplet: F3, 13 and 80. RGB value is (243,19,128). Sum of RGB (Red+Green+Blue) = 243+19+128=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F31380 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31380 is #0CEC7F. Grayscale: #626262. Windows color (decimal): -846976 or 8393715. OLE color: 8393715.

HSL color Cylindrical-coordinate representation of color #F31380: hue angle of 330.8º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31380 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 19 128 -
CMYK 0 0.92 0.47 0.05
HSL 330.8º 0.9% 0.51% -
HSV(B) 330.8º 0.92% 0.95% -
XYZ 41.09 21.08 22.32 -
YUV 98.4 144.71 231.14 -
System Red Green Blue C M Y K H S L
Decimal 243 19 128 0 0.92 0.47 0.05 330.8 0.9 0.51
Hex F3 13 80 0 5C 2F 5 14B 5A 33
Octal 363 23 200 0 134 57 5 513 132 63
Binary 11110011 10011 10000000 0 1011100 101111 101 101001011 1011010 110011

Color Harmonies of #F31380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31380

Black with #F31380

Text Example


Text Example

White with #F31380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31380; }

 p { color: rgb(243,19,128); }

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

background-color css

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

 a { background-color: rgb(243,19,128); }

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

border-color css

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

 span { border-color: rgb(243,19,128); }

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