Html Css Color HEX #FB1898 Deep Pink

📋 copy color: '#FB1898'

red 251 ◦ green 24 ◦ blue 152

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

Shades of Deep Pink #FB1898

Tints of Deep Pink #FB1898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 58.78%
G = 5.62%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB1898 (or 0xFB1898) is known color: Deep Pink. HEX triplet: FB, 18 and 98. RGB value is (251,24,152). Sum of RGB (Red+Green+Blue) = 251+24+152=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1898 is #04E767. Grayscale: #6A6A6A. Windows color (decimal): -321384 or 9967867. OLE color: 9967867.

HSL color Cylindrical-coordinate representation of color #FB1898: hue angle of 326.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB1898 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 24 152 -
CMYK 0 0.90 0.39 0.02
HSL 326.17º 0.97% 0.54% -
HSV(B) 326.17º 0.9% 0.98% -
XYZ 45.78 23.43 31.82 -
YUV 106.47 153.71 231.09 -
System Red Green Blue C M Y K H S L
Decimal 251 24 152 0 0.90 0.39 0.02 326.17 0.97 0.54
Hex FB 18 98 0 5A 27 2 146 61 36
Octal 373 30 230 0 132 47 2 506 141 66
Binary 11111011 11000 10011000 0 1011010 100111 10 101000110 1100001 110110

Color Harmonies of #FB1898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1898

Black with #FB1898

Text Example


Text Example

White with #FB1898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1898; }

 p { color: rgb(251,24,152); }

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

background-color css

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

 a { background-color: rgb(251,24,152); }

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

border-color css

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

 span { border-color: rgb(251,24,152); }

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