Html Css Color HEX #FA2482 Deep Pink

📋 copy color: '#FA2482'

red 250 ◦ green 36 ◦ blue 130

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

Shades of Deep Pink #FA2482

Tints of Deep Pink #FA2482

RGB

 RED value IS 250 (98.05% from 255) = 60.1%

 GREEN value IS 36 (14.45% from 255) = 8.65%

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

R = 60.1%
G = 8.65%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2482 (or 0xFA2482) is known color: Deep Pink. HEX triplet: FA, 24 and 82. RGB value is (250,36,130). Sum of RGB (Red+Green+Blue) = 250+36+130=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2482 is #05DB7D. Grayscale: #6E6E6E. Windows color (decimal): -383870 or 8529146. OLE color: 8529146.

HSL color Cylindrical-coordinate representation of color #FA2482: hue angle of 333.64º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2482 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 36 130 -
CMYK 0 0.86 0.48 0.02
HSL 333.64º 0.96% 0.56% -
HSV(B) 333.64º 0.86% 0.98% -
XYZ 44.08 23.2 23.27 -
YUV 110.7 138.9 227.36 -
System Red Green Blue C M Y K H S L
Decimal 250 36 130 0 0.86 0.48 0.02 333.64 0.96 0.56
Hex FA 24 82 0 56 30 2 14E 60 38
Octal 372 44 202 0 126 60 2 516 140 70
Binary 11111010 100100 10000010 0 1010110 110000 10 101001110 1100000 111000

Color Harmonies of #FA2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2482

Black with #FA2482

Text Example


Text Example

White with #FA2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2482; }

 p { color: rgb(250,36,130); }

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

background-color css

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

 a { background-color: rgb(250,36,130); }

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

border-color css

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

 span { border-color: rgb(250,36,130); }

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