Html Css Color HEX #FB2093 Deep Pink

📋 copy color: '#FB2093'

red 251 ◦ green 32 ◦ blue 147

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

Shades of Deep Pink #FB2093

Tints of Deep Pink #FB2093

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.44%

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

R = 58.37%
G = 7.44%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FB2093 (or 0xFB2093) is known color: Deep Pink. HEX triplet: FB, 20 and 93. RGB value is (251,32,147). Sum of RGB (Red+Green+Blue) = 251+32+147=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2093 is #04DF6C. Grayscale: #6E6E6E. Windows color (decimal): -319341 or 9642235. OLE color: 9642235.

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

Color convert

RGB 251 32 147 -
CMYK 0 0.87 0.41 0.02
HSL 328.49º 0.96% 0.55% -
HSV(B) 328.49º 0.87% 0.98% -
XYZ 45.57 23.65 29.77 -
YUV 110.59 148.55 228.15 -
System Red Green Blue C M Y K H S L
Decimal 251 32 147 0 0.87 0.41 0.02 328.49 0.96 0.55
Hex FB 20 93 0 57 29 2 148 60 37
Octal 373 40 223 0 127 51 2 510 140 67
Binary 11111011 100000 10010011 0 1010111 101001 10 101001000 1100000 110111

Color Harmonies of #FB2093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB2093

Black with #FB2093

Text Example


Text Example

White with #FB2093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB2093; }

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

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

background-color css

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

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

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

border-color css

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

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

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