Html Css Color HEX #FB0E90 Deep Pink

📋 copy color: '#FB0E90'

red 251 ◦ green 14 ◦ blue 144

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

Shades of Deep Pink #FB0E90

Tints of Deep Pink #FB0E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.42%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 61.37%
G = 3.42%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FB0E90 (or 0xFB0E90) is known color: Deep Pink. HEX triplet: FB, 0E and 90. RGB value is (251,14,144). Sum of RGB (Red+Green+Blue) = 251+14+144=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0E90 is #04F16F. Grayscale: #636363. Windows color (decimal): -323952 or 9441019. OLE color: 9441019.

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

Color convert

RGB 251 14 144 -
CMYK 0 0.94 0.43 0.02
HSL 327.09º 0.97% 0.52% -
HSV(B) 327.09º 0.94% 0.98% -
XYZ 44.97 22.84 28.42 -
YUV 99.68 153.02 235.93 -
System Red Green Blue C M Y K H S L
Decimal 251 14 144 0 0.94 0.43 0.02 327.09 0.97 0.52
Hex FB E 90 0 5E 2B 2 147 61 34
Octal 373 16 220 0 136 53 2 507 141 64
Binary 11111011 1110 10010000 0 1011110 101011 10 101000111 1100001 110100

Color Harmonies of #FB0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E90

Black with #FB0E90

Text Example


Text Example

White with #FB0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E90; }

 p { color: rgb(251,14,144); }

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

background-color css

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

 a { background-color: rgb(251,14,144); }

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

border-color css

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

 span { border-color: rgb(251,14,144); }

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