Html Css Color HEX #FB0D8D Deep Pink

📋 copy color: '#FB0D8D'

red 251 ◦ green 13 ◦ blue 141

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

Shades of Deep Pink #FB0D8D

Tints of Deep Pink #FB0D8D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.21%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 61.98%
G = 3.21%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB0D8D (or 0xFB0D8D) is known color: Deep Pink. HEX triplet: FB, 0D and 8D. RGB value is (251,13,141). Sum of RGB (Red+Green+Blue) = 251+13+141=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 13 (5.47% from 255 or 3.21% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0D8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0D8D is #04F272. Grayscale: #626262. Windows color (decimal): -324211 or 9244155. OLE color: 9244155.

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

Color convert

RGB 251 13 141 -
CMYK 0 0.95 0.44 0.02
HSL 327.73º 0.97% 0.52% -
HSV(B) 327.73º 0.95% 0.98% -
XYZ 44.74 22.72 27.23 -
YUV 98.75 151.85 236.59 -
System Red Green Blue C M Y K H S L
Decimal 251 13 141 0 0.95 0.44 0.02 327.73 0.97 0.52
Hex FB D 8D 0 5F 2C 2 148 61 34
Octal 373 15 215 0 137 54 2 510 141 64
Binary 11111011 1101 10001101 0 1011111 101100 10 101001000 1100001 110100

Color Harmonies of #FB0D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0D8D

Black with #FB0D8D

Text Example


Text Example

White with #FB0D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0D8D; }

 p { color: rgb(251,13,141); }

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

background-color css

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

 a { background-color: rgb(251,13,141); }

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

border-color css

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

 span { border-color: rgb(251,13,141); }

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