Html Css Color HEX #FA1285 Deep Pink

📋 copy color: '#FA1285'

red 250 ◦ green 18 ◦ blue 133

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

Shades of Deep Pink #FA1285

Tints of Deep Pink #FA1285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 62.34%
G = 4.49%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA1285 (or 0xFA1285) is known color: Deep Pink. HEX triplet: FA, 12 and 85. RGB value is (250,18,133). Sum of RGB (Red+Green+Blue) = 250+18+133=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1285 is #05ED7A. Grayscale: #646464. Windows color (decimal): -388475 or 8721146. OLE color: 8721146.

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

Color convert

RGB 250 18 133 -
CMYK 0 0.93 0.47 0.02
HSL 330.26º 0.96% 0.53% -
HSV(B) 330.26º 0.93% 0.98% -
XYZ 43.87 22.45 24.21 -
YUV 100.48 146.36 234.65 -
System Red Green Blue C M Y K H S L
Decimal 250 18 133 0 0.93 0.47 0.02 330.26 0.96 0.53
Hex FA 12 85 0 5D 2F 2 14A 60 35
Octal 372 22 205 0 135 57 2 512 140 65
Binary 11111010 10010 10000101 0 1011101 101111 10 101001010 1100000 110101

Color Harmonies of #FA1285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1285

Black with #FA1285

Text Example


Text Example

White with #FA1285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1285; }

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

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

background-color css

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

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

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

border-color css

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

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

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