Html Css Color HEX #FB1393 Deep Pink

📋 copy color: '#FB1393'

red 251 ◦ green 19 ◦ blue 147

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

Shades of Deep Pink #FB1393

Tints of Deep Pink #FB1393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.25%

R = 60.19%
G = 4.56%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB1393 (or 0xFB1393) is known color: Deep Pink. HEX triplet: FB, 13 and 93. RGB value is (251,19,147). Sum of RGB (Red+Green+Blue) = 251+19+147=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 19 (7.81% from 255 or 4.56% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1393 is #04EC6C. Grayscale: #666666. Windows color (decimal): -322669 or 9638907. OLE color: 9638907.

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

Color convert

RGB 251 19 147 -
CMYK 0 0.92 0.41 0.02
HSL 326.9º 0.97% 0.53% -
HSV(B) 326.9º 0.92% 0.98% -
XYZ 45.28 23.08 29.67 -
YUV 102.96 152.86 233.59 -
System Red Green Blue C M Y K H S L
Decimal 251 19 147 0 0.92 0.41 0.02 326.9 0.97 0.53
Hex FB 13 93 0 5C 29 2 147 61 35
Octal 373 23 223 0 134 51 2 507 141 65
Binary 11111011 10011 10010011 0 1011100 101001 10 101000111 1100001 110101

Color Harmonies of #FB1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1393

Black with #FB1393

Text Example


Text Example

White with #FB1393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1393; }

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

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

background-color css

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

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

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

border-color css

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

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

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