Html Css Color HEX #F31482 Deep Pink

📋 copy color: '#F31482'

red 243 ◦ green 20 ◦ blue 130

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

Shades of Deep Pink #F31482

Tints of Deep Pink #F31482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 61.83%
G = 5.09%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F31482 (or 0xF31482) is known color: Deep Pink. HEX triplet: F3, 14 and 82. RGB value is (243,20,130). Sum of RGB (Red+Green+Blue) = 243+20+130=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F31482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31482 is #0CEB7D. Grayscale: #626262. Windows color (decimal): -846718 or 8525043. OLE color: 8525043.

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

Color convert

RGB 243 20 130 -
CMYK 0 0.92 0.47 0.05
HSL 330.4º 0.9% 0.52% -
HSV(B) 330.4º 0.92% 0.95% -
XYZ 41.24 21.17 23.03 -
YUV 99.22 145.38 230.56 -
System Red Green Blue C M Y K H S L
Decimal 243 20 130 0 0.92 0.47 0.05 330.4 0.9 0.52
Hex F3 14 82 0 5C 2F 5 14A 5A 34
Octal 363 24 202 0 134 57 5 512 132 64
Binary 11110011 10100 10000010 0 1011100 101111 101 101001010 1011010 110100

Color Harmonies of #F31482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31482

Black with #F31482

Text Example


Text Example

White with #F31482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31482; }

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

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

background-color css

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

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

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

border-color css

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

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

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