Html Css Color HEX #FA0485 Deep Pink

📋 copy color: '#FA0485'

red 250 ◦ green 4 ◦ blue 133

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

Shades of Deep Pink #FA0485

Tints of Deep Pink #FA0485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.03%

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

R = 64.6%
G = 1.03%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0485 (or 0xFA0485) is known color: Deep Pink. HEX triplet: FA, 04 and 85. RGB value is (250,4,133). Sum of RGB (Red+Green+Blue) = 250+4+133=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0485 is #05FB7A. Grayscale: #5B5B5B. Windows color (decimal): -392059 or 8717562. OLE color: 8717562.

HSL color Cylindrical-coordinate representation of color #FA0485: hue angle of 328.54º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA0485 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 4 133 -
CMYK 0 0.98 0.47 0.02
HSL 328.54º 0.97% 0.5% -
HSV(B) 328.54º 0.98% 0.98% -
XYZ 43.7 22.1 24.15 -
YUV 92.26 151 240.51 -
System Red Green Blue C M Y K H S L
Decimal 250 4 133 0 0.98 0.47 0.02 328.54 0.97 0.5
Hex FA 4 85 0 62 2F 2 149 61 32
Octal 372 4 205 0 142 57 2 511 141 62
Binary 11111010 100 10000101 0 1100010 101111 10 101001001 1100001 110010

Color Harmonies of #FA0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0485

Black with #FA0485

Text Example


Text Example

White with #FA0485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0485; }

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

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

background-color css

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

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

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

border-color css

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

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

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