Html Css Color HEX #F31684 Deep Pink

📋 copy color: '#F31684'

red 243 ◦ green 22 ◦ blue 132

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

Shades of Deep Pink #F31684

Tints of Deep Pink #F31684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 61.21%
G = 5.54%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F31684 (or 0xF31684) is known color: Deep Pink. HEX triplet: F3, 16 and 84. RGB value is (243,22,132). Sum of RGB (Red+Green+Blue) = 243+22+132=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31684 is #0CE97B. Grayscale: #646464. Windows color (decimal): -846204 or 8656627. OLE color: 8656627.

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

Color convert

RGB 243 22 132 -
CMYK 0 0.91 0.46 0.05
HSL 330.14º 0.9% 0.52% -
HSV(B) 330.14º 0.91% 0.95% -
XYZ 41.41 21.29 23.76 -
YUV 100.62 145.72 229.56 -
System Red Green Blue C M Y K H S L
Decimal 243 22 132 0 0.91 0.46 0.05 330.14 0.9 0.52
Hex F3 16 84 0 5B 2E 5 14A 5A 34
Octal 363 26 204 0 133 56 5 512 132 64
Binary 11110011 10110 10000100 0 1011011 101110 101 101001010 1011010 110100

Color Harmonies of #F31684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31684

Black with #F31684

Text Example


Text Example

White with #F31684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31684; }

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

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

background-color css

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

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

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

border-color css

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

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

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