Html Css Color HEX #FA118F Deep Pink

📋 copy color: '#FA118F'

red 250 ◦ green 17 ◦ blue 143

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

Shades of Deep Pink #FA118F

Tints of Deep Pink #FA118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 60.98%
G = 4.15%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#FA118F (or 0xFA118F) is known color: Deep Pink. HEX triplet: FA, 11 and 8F. RGB value is (250,17,143). Sum of RGB (Red+Green+Blue) = 250+17+143=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA118F is #05EE70. Grayscale: #646464. Windows color (decimal): -388721 or 9376250. OLE color: 9376250.

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

Color convert

RGB 250 17 143 -
CMYK 0 0.93 0.43 0.02
HSL 327.55º 0.96% 0.52% -
HSV(B) 327.55º 0.93% 0.98% -
XYZ 44.58 22.71 28.02 -
YUV 101.03 151.69 234.25 -
System Red Green Blue C M Y K H S L
Decimal 250 17 143 0 0.93 0.43 0.02 327.55 0.96 0.52
Hex FA 11 8F 0 5D 2B 2 148 60 34
Octal 372 21 217 0 135 53 2 510 140 64
Binary 11111010 10001 10001111 0 1011101 101011 10 101001000 1100000 110100

Color Harmonies of #FA118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA118F

Black with #FA118F

Text Example


Text Example

White with #FA118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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