Html Css Color HEX #FB218A Deep Pink

📋 copy color: '#FB218A'

red 251 ◦ green 33 ◦ blue 138

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

Shades of Deep Pink #FB218A

Tints of Deep Pink #FB218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.82%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 59.48%
G = 7.82%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB218A (or 0xFB218A) is known color: Deep Pink. HEX triplet: FB, 21 and 8A. RGB value is (251,33,138). Sum of RGB (Red+Green+Blue) = 251+33+138=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB218A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB218A is #04DE75. Grayscale: #6D6D6D. Windows color (decimal): -319094 or 9052667. OLE color: 9052667.

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

Color convert

RGB 251 33 138 -
CMYK 0 0.87 0.45 0.02
HSL 331.1º 0.96% 0.56% -
HSV(B) 331.1º 0.87% 0.98% -
XYZ 44.91 23.43 26.2 -
YUV 110.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 251 33 138 0 0.87 0.45 0.02 331.1 0.96 0.56
Hex FB 21 8A 0 57 2D 2 14B 60 38
Octal 373 41 212 0 127 55 2 513 140 70
Binary 11111011 100001 10001010 0 1010111 101101 10 101001011 1100000 111000

Color Harmonies of #FB218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB218A

Black with #FB218A

Text Example


Text Example

White with #FB218A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB218A; }

 p { color: rgb(251,33,138); }

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

background-color css

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

 a { background-color: rgb(251,33,138); }

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

border-color css

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

 span { border-color: rgb(251,33,138); }

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