Html Css Color HEX #FB117F Deep Pink

📋 copy color: '#FB117F'

red 251 ◦ green 17 ◦ blue 127

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

Shades of Deep Pink #FB117F

Tints of Deep Pink #FB117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.15%

R = 63.54%
G = 4.3%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB117F (or 0xFB117F) is known color: Deep Pink. HEX triplet: FB, 11 and 7F. RGB value is (251,17,127). Sum of RGB (Red+Green+Blue) = 251+17+127=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB117F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB117F is #04EE80. Grayscale: #636363. Windows color (decimal): -323201 or 8327675. OLE color: 8327675.

HSL color Cylindrical-coordinate representation of color #FB117F: hue angle of 331.79º 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 #FB117F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 17 127 -
CMYK 0 0.93 0.49 0.02
HSL 331.79º 0.97% 0.53% -
HSV(B) 331.79º 0.93% 0.98% -
XYZ 43.81 22.44 22.1 -
YUV 99.51 143.52 236.06 -
System Red Green Blue C M Y K H S L
Decimal 251 17 127 0 0.93 0.49 0.02 331.79 0.97 0.53
Hex FB 11 7F 0 5D 31 2 14C 61 35
Octal 373 21 177 0 135 61 2 514 141 65
Binary 11111011 10001 1111111 0 1011101 110001 10 101001100 1100001 110101

Color Harmonies of #FB117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB117F

Black with #FB117F

Text Example


Text Example

White with #FB117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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