Html Css Color HEX #FA1175 Deep Pink

📋 copy color: '#FA1175'

red 250 ◦ green 17 ◦ blue 117

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

Shades of Deep Pink #FA1175

Tints of Deep Pink #FA1175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 65.1%
G = 4.43%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1175 (or 0xFA1175) is known color: Deep Pink. HEX triplet: FA, 11 and 75. RGB value is (250,17,117). Sum of RGB (Red+Green+Blue) = 250+17+117=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1175 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1175 is #05EE8A. Grayscale: #616161. Windows color (decimal): -388747 or 7672314. OLE color: 7672314.

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

Color convert

RGB 250 17 117 -
CMYK 0 0.93 0.53 0.02
HSL 334.25º 0.96% 0.52% -
HSV(B) 334.25º 0.93% 0.98% -
XYZ 42.84 22.01 18.82 -
YUV 98.07 138.69 236.37 -
System Red Green Blue C M Y K H S L
Decimal 250 17 117 0 0.93 0.53 0.02 334.25 0.96 0.52
Hex FA 11 75 0 5D 35 2 14E 60 34
Octal 372 21 165 0 135 65 2 516 140 64
Binary 11111010 10001 1110101 0 1011101 110101 10 101001110 1100000 110100

Color Harmonies of #FA1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1175

Black with #FA1175

Text Example


Text Example

White with #FA1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1175; }

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

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

background-color css

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

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

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

border-color css

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

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

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