Html Css Color HEX #FA1295 Deep Pink

📋 copy color: '#FA1295'

red 250 ◦ green 18 ◦ blue 149

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

Shades of Deep Pink #FA1295

Tints of Deep Pink #FA1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.32%

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

R = 59.95%
G = 4.32%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA1295 (or 0xFA1295) is known color: Deep Pink. HEX triplet: FA, 12 and 95. RGB value is (250,18,149). Sum of RGB (Red+Green+Blue) = 250+18+149=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1295 is #05ED6A. Grayscale: #666666. Windows color (decimal): -388459 or 9769722. OLE color: 9769722.

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

Color convert

RGB 250 18 149 -
CMYK 0 0.93 0.40 0.02
HSL 326.12º 0.96% 0.53% -
HSV(B) 326.12º 0.93% 0.98% -
XYZ 45.07 22.93 30.48 -
YUV 102.3 154.36 233.35 -
System Red Green Blue C M Y K H S L
Decimal 250 18 149 0 0.93 0.40 0.02 326.12 0.96 0.53
Hex FA 12 95 0 5D 28 2 146 60 35
Octal 372 22 225 0 135 50 2 506 140 65
Binary 11111010 10010 10010101 0 1011101 101000 10 101000110 1100000 110101

Color Harmonies of #FA1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1295

Black with #FA1295

Text Example


Text Example

White with #FA1295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1295; }

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

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

background-color css

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

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

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

border-color css

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

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

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