Html Css Color HEX #FB1198 Deep Pink

📋 copy color: '#FB1198'

red 251 ◦ green 17 ◦ blue 152

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

Shades of Deep Pink #FB1198

Tints of Deep Pink #FB1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

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

R = 59.76%
G = 4.05%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB1198 (or 0xFB1198) is known color: Deep Pink. HEX triplet: FB, 11 and 98. RGB value is (251,17,152). Sum of RGB (Red+Green+Blue) = 251+17+152=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1198 is #04EE67. Grayscale: #666666. Windows color (decimal): -323176 or 9966075. OLE color: 9966075.

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

Color convert

RGB 251 17 152 -
CMYK 0 0.93 0.39 0.02
HSL 325.38º 0.97% 0.53% -
HSV(B) 325.38º 0.93% 0.98% -
XYZ 45.65 23.18 31.77 -
YUV 102.36 156.02 234.02 -
System Red Green Blue C M Y K H S L
Decimal 251 17 152 0 0.93 0.39 0.02 325.38 0.97 0.53
Hex FB 11 98 0 5D 27 2 145 61 35
Octal 373 21 230 0 135 47 2 505 141 65
Binary 11111011 10001 10011000 0 1011101 100111 10 101000101 1100001 110101

Color Harmonies of #FB1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1198

Black with #FB1198

Text Example


Text Example

White with #FB1198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1198; }

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

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

background-color css

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

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

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

border-color css

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

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

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