Html Css Color HEX #FB1378 Deep Pink

📋 copy color: '#FB1378'

red 251 ◦ green 19 ◦ blue 120

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

Shades of Deep Pink #FB1378

Tints of Deep Pink #FB1378

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.87%

 BLUE value IS 120 (47.27% from 255) = 30.77%

R = 64.36%
G = 4.87%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB1378 (or 0xFB1378) is known color: Deep Pink. HEX triplet: FB, 13 and 78. RGB value is (251,19,120). Sum of RGB (Red+Green+Blue) = 251+19+120=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1378 is #04EC87. Grayscale: #636363. Windows color (decimal): -322696 or 7869435. OLE color: 7869435.

HSL color Cylindrical-coordinate representation of color #FB1378: hue angle of 333.88º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1378 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 19 120 -
CMYK 0 0.92 0.52 0.02
HSL 333.88º 0.97% 0.53% -
HSV(B) 333.88º 0.92% 0.98% -
XYZ 43.41 22.33 19.79 -
YUV 99.88 139.36 235.79 -
System Red Green Blue C M Y K H S L
Decimal 251 19 120 0 0.92 0.52 0.02 333.88 0.97 0.53
Hex FB 13 78 0 5C 34 2 14E 61 35
Octal 373 23 170 0 134 64 2 516 141 65
Binary 11111011 10011 1111000 0 1011100 110100 10 101001110 1100001 110101

Color Harmonies of #FB1378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1378

Black with #FB1378

Text Example


Text Example

White with #FB1378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1378; }

 p { color: rgb(251,19,120); }

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

background-color css

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

 a { background-color: rgb(251,19,120); }

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

border-color css

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

 span { border-color: rgb(251,19,120); }

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