Html Css Color HEX #F31182 Deep Pink

📋 copy color: '#F31182'

red 243 ◦ green 17 ◦ blue 130

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

Shades of Deep Pink #F31182

Tints of Deep Pink #F31182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 62.31%
G = 4.36%
B = 33.33%

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

#F31182 (or 0xF31182) is known color: Deep Pink. HEX triplet: F3, 11 and 82. RGB value is (243,17,130). Sum of RGB (Red+Green+Blue) = 243+17+130=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F31182 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31182 is #0CEE7D. Grayscale: #616161. Windows color (decimal): -847486 or 8524275. OLE color: 8524275.

HSL color Cylindrical-coordinate representation of color #F31182: hue angle of 330º 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 #F31182 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 17 130 -
CMYK 0 0.93 0.47 0.05
HSL 330º 0.9% 0.51% -
HSV(B) 330º 0.93% 0.95% -
XYZ 41.19 21.07 23.01 -
YUV 97.46 146.37 231.81 -
System Red Green Blue C M Y K H S L
Decimal 243 17 130 0 0.93 0.47 0.05 330 0.9 0.51
Hex F3 11 82 0 5D 2F 5 14A 5A 33
Octal 363 21 202 0 135 57 5 512 132 63
Binary 11110011 10001 10000010 0 1011101 101111 101 101001010 1011010 110011

Color Harmonies of #F31182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31182

Black with #F31182

Text Example


Text Example

White with #F31182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31182; }

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

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

background-color css

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

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

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

border-color css

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

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

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