Html Css Color HEX #FB1374 Deep Pink

📋 copy color: '#FB1374'

red 251 ◦ green 19 ◦ blue 116

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

Shades of Deep Pink #FB1374

Tints of Deep Pink #FB1374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 65.03%
G = 4.92%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FB1374 (or 0xFB1374) is known color: Deep Pink. HEX triplet: FB, 13 and 74. RGB value is (251,19,116). Sum of RGB (Red+Green+Blue) = 251+19+116=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1374 is #04EC8B. Grayscale: #636363. Windows color (decimal): -322700 or 7607291. OLE color: 7607291.

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

Color convert

RGB 251 19 116 -
CMYK 0 0.92 0.54 0.02
HSL 334.91º 0.97% 0.53% -
HSV(B) 334.91º 0.92% 0.98% -
XYZ 43.17 22.24 18.54 -
YUV 99.43 137.36 236.11 -
System Red Green Blue C M Y K H S L
Decimal 251 19 116 0 0.92 0.54 0.02 334.91 0.97 0.53
Hex FB 13 74 0 5C 36 2 14F 61 35
Octal 373 23 164 0 134 66 2 517 141 65
Binary 11111011 10011 1110100 0 1011100 110110 10 101001111 1100001 110101

Color Harmonies of #FB1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1374

Black with #FB1374

Text Example


Text Example

White with #FB1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1374; }

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

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

background-color css

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

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

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

border-color css

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

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

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