Html Css Color HEX #FA1395 Deep Pink

📋 copy color: '#FA1395'

red 250 ◦ green 19 ◦ blue 149

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

Shades of Deep Pink #FA1395

Tints of Deep Pink #FA1395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.55%

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 59.81%
G = 4.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA1395 (or 0xFA1395) is known color: Deep Pink. HEX triplet: FA, 13 and 95. RGB value is (250,19,149). Sum of RGB (Red+Green+Blue) = 250+19+149=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1395 is #05EC6A. Grayscale: #666666. Windows color (decimal): -388203 or 9769978. OLE color: 9769978.

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

Color convert

RGB 250 19 149 -
CMYK 0 0.92 0.40 0.02
HSL 326.23º 0.96% 0.53% -
HSV(B) 326.23º 0.92% 0.98% -
XYZ 45.08 22.96 30.49 -
YUV 102.89 154.03 232.93 -
System Red Green Blue C M Y K H S L
Decimal 250 19 149 0 0.92 0.40 0.02 326.23 0.96 0.53
Hex FA 13 95 0 5C 28 2 146 60 35
Octal 372 23 225 0 134 50 2 506 140 65
Binary 11111010 10011 10010101 0 1011100 101000 10 101000110 1100000 110101

Color Harmonies of #FA1395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1395

Black with #FA1395

Text Example


Text Example

White with #FA1395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1395; }

 p { color: rgb(250,19,149); }

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

background-color css

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

 a { background-color: rgb(250,19,149); }

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

border-color css

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

 span { border-color: rgb(250,19,149); }

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