Html Css Color HEX #FA1194 Deep Pink

📋 copy color: '#FA1194'

red 250 ◦ green 17 ◦ blue 148

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

Shades of Deep Pink #FA1194

Tints of Deep Pink #FA1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 60.24%
G = 4.1%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FA1194 (or 0xFA1194) is known color: Deep Pink. HEX triplet: FA, 11 and 94. RGB value is (250,17,148). Sum of RGB (Red+Green+Blue) = 250+17+148=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1194 is #05EE6B. Grayscale: #656565. Windows color (decimal): -388716 or 9703930. OLE color: 9703930.

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

Color convert

RGB 250 17 148 -
CMYK 0 0.93 0.41 0.02
HSL 326.27º 0.96% 0.52% -
HSV(B) 326.27º 0.93% 0.98% -
XYZ 44.97 22.86 30.06 -
YUV 101.6 154.19 233.85 -
System Red Green Blue C M Y K H S L
Decimal 250 17 148 0 0.93 0.41 0.02 326.27 0.96 0.52
Hex FA 11 94 0 5D 29 2 146 60 34
Octal 372 21 224 0 135 51 2 506 140 64
Binary 11111010 10001 10010100 0 1011101 101001 10 101000110 1100000 110100

Color Harmonies of #FA1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1194

Black with #FA1194

Text Example


Text Example

White with #FA1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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