Html Css Color HEX #F31682 Deep Pink

📋 copy color: '#F31682'

red 243 ◦ green 22 ◦ blue 130

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

Shades of Deep Pink #F31682

Tints of Deep Pink #F31682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.57%

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

R = 61.52%
G = 5.57%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F31682 (or 0xF31682) is known color: Deep Pink. HEX triplet: F3, 16 and 82. RGB value is (243,22,130). Sum of RGB (Red+Green+Blue) = 243+22+130=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F31682 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31682 is #0CE97D. Grayscale: #646464. Windows color (decimal): -846206 or 8525555. OLE color: 8525555.

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

Color convert

RGB 243 22 130 -
CMYK 0 0.91 0.47 0.05
HSL 330.68º 0.9% 0.52% -
HSV(B) 330.68º 0.91% 0.95% -
XYZ 41.28 21.24 23.04 -
YUV 100.39 144.72 229.72 -
System Red Green Blue C M Y K H S L
Decimal 243 22 130 0 0.91 0.47 0.05 330.68 0.9 0.52
Hex F3 16 82 0 5B 2F 5 14B 5A 34
Octal 363 26 202 0 133 57 5 513 132 64
Binary 11110011 10110 10000010 0 1011011 101111 101 101001011 1011010 110100

Color Harmonies of #F31682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31682

Black with #F31682

Text Example


Text Example

White with #F31682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31682; }

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

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

background-color css

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

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

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

border-color css

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

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

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