Html Css Color HEX #FA1283 Deep Pink

📋 copy color: '#FA1283'

red 250 ◦ green 18 ◦ blue 131

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

Shades of Deep Pink #FA1283

Tints of Deep Pink #FA1283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 62.66%
G = 4.51%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA1283 (or 0xFA1283) is known color: Deep Pink. HEX triplet: FA, 12 and 83. RGB value is (250,18,131). Sum of RGB (Red+Green+Blue) = 250+18+131=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1283 is #05ED7C. Grayscale: #646464. Windows color (decimal): -388477 or 8590074. OLE color: 8590074.

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

Color convert

RGB 250 18 131 -
CMYK 0 0.93 0.48 0.02
HSL 330.78º 0.96% 0.53% -
HSV(B) 330.78º 0.93% 0.98% -
XYZ 43.74 22.4 23.49 -
YUV 100.25 145.36 234.81 -
System Red Green Blue C M Y K H S L
Decimal 250 18 131 0 0.93 0.48 0.02 330.78 0.96 0.53
Hex FA 12 83 0 5D 30 2 14B 60 35
Octal 372 22 203 0 135 60 2 513 140 65
Binary 11111010 10010 10000011 0 1011101 110000 10 101001011 1100000 110101

Color Harmonies of #FA1283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1283

Black with #FA1283

Text Example


Text Example

White with #FA1283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1283; }

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

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

background-color css

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

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

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

border-color css

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

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

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