Html Css Color HEX #FA117B Deep Pink

📋 copy color: '#FA117B'

red 250 ◦ green 17 ◦ blue 123

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

Shades of Deep Pink #FA117B

Tints of Deep Pink #FA117B

RGB

 RED value IS 250 (98.05% from 255) = 64.1%

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 64.1%
G = 4.36%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA117B (or 0xFA117B) is known color: Deep Pink. HEX triplet: FA, 11 and 7B. RGB value is (250,17,123). Sum of RGB (Red+Green+Blue) = 250+17+123=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 17 (7.03% from 255 or 4.36% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA117B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA117B is #05EE84. Grayscale: #626262. Windows color (decimal): -388741 or 8065530. OLE color: 8065530.

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

Color convert

RGB 250 17 123 -
CMYK 0 0.93 0.51 0.02
HSL 332.7º 0.96% 0.52% -
HSV(B) 332.7º 0.93% 0.98% -
XYZ 43.2 22.15 20.74 -
YUV 98.75 141.69 235.88 -
System Red Green Blue C M Y K H S L
Decimal 250 17 123 0 0.93 0.51 0.02 332.7 0.96 0.52
Hex FA 11 7B 0 5D 33 2 14D 60 34
Octal 372 21 173 0 135 63 2 515 140 64
Binary 11111010 10001 1111011 0 1011101 110011 10 101001101 1100000 110100

Color Harmonies of #FA117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA117B

Black with #FA117B

Text Example


Text Example

White with #FA117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA117B; }

 p { color: rgb(250,17,123); }

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

background-color css

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

 a { background-color: rgb(250,17,123); }

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

border-color css

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

 span { border-color: rgb(250,17,123); }

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