Html Css Color HEX #F31180 Deep Pink

📋 copy color: '#F31180'

red 243 ◦ green 17 ◦ blue 128

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

Shades of Deep Pink #F31180

Tints of Deep Pink #F31180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.38%

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

R = 62.63%
G = 4.38%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F31180 (or 0xF31180) is known color: Deep Pink. HEX triplet: F3, 11 and 80. RGB value is (243,17,128). Sum of RGB (Red+Green+Blue) = 243+17+128=388 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.63% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 243 - color contains mainly: red. Hex color #F31180 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31180 is #0CEE7F. Grayscale: #616161. Windows color (decimal): -847488 or 8393203. OLE color: 8393203.

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

Color convert

RGB 243 17 128 -
CMYK 0 0.93 0.47 0.05
HSL 330.53º 0.9% 0.51% -
HSV(B) 330.53º 0.93% 0.95% -
XYZ 41.06 21.01 22.31 -
YUV 97.23 145.37 231.97 -
System Red Green Blue C M Y K H S L
Decimal 243 17 128 0 0.93 0.47 0.05 330.53 0.9 0.51
Hex F3 11 80 0 5D 2F 5 14B 5A 33
Octal 363 21 200 0 135 57 5 513 132 63
Binary 11110011 10001 10000000 0 1011101 101111 101 101001011 1011010 110011

Color Harmonies of #F31180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31180

Black with #F31180

Text Example


Text Example

White with #F31180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31180; }

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

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

background-color css

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

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

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

border-color css

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

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

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