Html Css Color HEX #FA1275 Deep Pink

📋 copy color: '#FA1275'

red 250 ◦ green 18 ◦ blue 117

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

Shades of Deep Pink #FA1275

Tints of Deep Pink #FA1275

RGB

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

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

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

R = 64.94%
G = 4.68%
B = 30.39%

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

#FA1275 (or 0xFA1275) is known color: Deep Pink. HEX triplet: FA, 12 and 75. RGB value is (250,18,117). Sum of RGB (Red+Green+Blue) = 250+18+117=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1275 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1275 is #05ED8A. Grayscale: #626262. Windows color (decimal): -388491 or 7672570. OLE color: 7672570.

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

Color convert

RGB 250 18 117 -
CMYK 0 0.93 0.53 0.02
HSL 334.4º 0.96% 0.53% -
HSV(B) 334.4º 0.93% 0.98% -
XYZ 42.85 22.04 18.83 -
YUV 98.65 138.36 235.95 -
System Red Green Blue C M Y K H S L
Decimal 250 18 117 0 0.93 0.53 0.02 334.4 0.96 0.53
Hex FA 12 75 0 5D 35 2 14E 60 35
Octal 372 22 165 0 135 65 2 516 140 65
Binary 11111010 10010 1110101 0 1011101 110101 10 101001110 1100000 110101

Color Harmonies of #FA1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1275

Black with #FA1275

Text Example


Text Example

White with #FA1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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