Html Css Color HEX #F31082 Deep Pink

📋 copy color: '#F31082'

red 243 ◦ green 16 ◦ blue 130

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

Shades of Deep Pink #F31082

Tints of Deep Pink #F31082

RGB

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

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

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

R = 62.47%
G = 4.11%
B = 33.42%

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

#F31082 (or 0xF31082) is known color: Deep Pink. HEX triplet: F3, 10 and 82. RGB value is (243,16,130). Sum of RGB (Red+Green+Blue) = 243+16+130=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F31082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31082 is #0CEF7D. Grayscale: #606060. Windows color (decimal): -847742 or 8524019. OLE color: 8524019.

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

Color convert

RGB 243 16 130 -
CMYK 0 0.93 0.47 0.05
HSL 329.87º 0.9% 0.51% -
HSV(B) 329.87º 0.93% 0.95% -
XYZ 41.18 21.04 23.01 -
YUV 96.87 146.71 232.23 -
System Red Green Blue C M Y K H S L
Decimal 243 16 130 0 0.93 0.47 0.05 329.87 0.9 0.51
Hex F3 10 82 0 5D 2F 5 14A 5A 33
Octal 363 20 202 0 135 57 5 512 132 63
Binary 11110011 10000 10000010 0 1011101 101111 101 101001010 1011010 110011

Color Harmonies of #F31082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31082

Black with #F31082

Text Example


Text Example

White with #F31082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31082; }

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

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

background-color css

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

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

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

border-color css

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

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

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