Html Css Color HEX #FA0285 Deep Pink

📋 copy color: '#FA0285'

red 250 ◦ green 2 ◦ blue 133

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

Shades of Deep Pink #FA0285

Tints of Deep Pink #FA0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 64.94%
G = 0.52%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0285 (or 0xFA0285) is known color: Deep Pink. HEX triplet: FA, 02 and 85. RGB value is (250,2,133). Sum of RGB (Red+Green+Blue) = 250+2+133=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0285 is #05FD7A. Grayscale: #5A5A5A. Windows color (decimal): -392571 or 8717050. OLE color: 8717050.

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

Color convert

RGB 250 2 133 -
CMYK 0 0.99 0.47 0.02
HSL 328.31º 0.98% 0.49% -
HSV(B) 328.31º 0.99% 0.98% -
XYZ 43.68 22.06 24.15 -
YUV 91.09 151.66 241.35 -
System Red Green Blue C M Y K H S L
Decimal 250 2 133 0 0.99 0.47 0.02 328.31 0.98 0.49
Hex FA 2 85 0 63 2F 2 148 62 31
Octal 372 2 205 0 143 57 2 510 142 61
Binary 11111010 10 10000101 0 1100011 101111 10 101001000 1100010 110001

Color Harmonies of #FA0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0285

Black with #FA0285

Text Example


Text Example

White with #FA0285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0285; }

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

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

background-color css

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

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

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

border-color css

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

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

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