Html Css Color HEX #FB2382 Deep Pink

📋 copy color: '#FB2382'

red 251 ◦ green 35 ◦ blue 130

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

Shades of Deep Pink #FB2382

Tints of Deep Pink #FB2382

RGB

 RED value IS 251 (98.44% from 255) = 60.34%

 GREEN value IS 35 (14.06% from 255) = 8.41%

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

R = 60.34%
G = 8.41%
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

#FB2382 (or 0xFB2382) is known color: Deep Pink. HEX triplet: FB, 23 and 82. RGB value is (251,35,130). Sum of RGB (Red+Green+Blue) = 251+35+130=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2382 is #04DC7D. Grayscale: #6E6E6E. Windows color (decimal): -318590 or 8528891. OLE color: 8528891.

HSL color Cylindrical-coordinate representation of color #FB2382: hue angle of 333.61º 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 #FB2382 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 35 130 -
CMYK 0 0.86 0.48 0.02
HSL 333.61º 0.96% 0.56% -
HSV(B) 333.61º 0.86% 0.98% -
XYZ 44.41 23.32 23.28 -
YUV 110.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 251 35 130 0 0.86 0.48 0.02 333.61 0.96 0.56
Hex FB 23 82 0 56 30 2 14E 60 38
Octal 373 43 202 0 126 60 2 516 140 70
Binary 11111011 100011 10000010 0 1010110 110000 10 101001110 1100000 111000

Color Harmonies of #FB2382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2382

Black with #FB2382

Text Example


Text Example

White with #FB2382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2382; }

 p { color: rgb(251,35,130); }

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

background-color css

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

 a { background-color: rgb(251,35,130); }

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

border-color css

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

 span { border-color: rgb(251,35,130); }

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