Html Css Color HEX #FA177B Deep Pink

📋 copy color: '#FA177B'

red 250 ◦ green 23 ◦ blue 123

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

Shades of Deep Pink #FA177B

Tints of Deep Pink #FA177B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.81%

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

R = 63.13%
G = 5.81%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA177B (or 0xFA177B) is known color: Deep Pink. HEX triplet: FA, 17 and 7B. RGB value is (250,23,123). Sum of RGB (Red+Green+Blue) = 250+23+123=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA177B is #05E884. Grayscale: #666666. Windows color (decimal): -387205 or 8067066. OLE color: 8067066.

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

Color convert

RGB 250 23 123 -
CMYK 0 0.91 0.51 0.02
HSL 333.57º 0.96% 0.54% -
HSV(B) 333.57º 0.91% 0.98% -
XYZ 43.31 22.37 20.77 -
YUV 102.27 139.71 233.37 -
System Red Green Blue C M Y K H S L
Decimal 250 23 123 0 0.91 0.51 0.02 333.57 0.96 0.54
Hex FA 17 7B 0 5B 33 2 14E 60 36
Octal 372 27 173 0 133 63 2 516 140 66
Binary 11111010 10111 1111011 0 1011011 110011 10 101001110 1100000 110110

Color Harmonies of #FA177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA177B

Black with #FA177B

Text Example


Text Example

White with #FA177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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