Html Css Color HEX #FA0385 Deep Pink

📋 copy color: '#FA0385'

red 250 ◦ green 3 ◦ blue 133

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

Shades of Deep Pink #FA0385

Tints of Deep Pink #FA0385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 64.77%
G = 0.78%
B = 34.46%

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

#FA0385 (or 0xFA0385) is known color: Deep Pink. HEX triplet: FA, 03 and 85. RGB value is (250,3,133). Sum of RGB (Red+Green+Blue) = 250+3+133=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0385 is #05FC7A. Grayscale: #5B5B5B. Windows color (decimal): -392315 or 8717306. OLE color: 8717306.

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

Color convert

RGB 250 3 133 -
CMYK 0 0.99 0.47 0.02
HSL 328.42º 0.98% 0.5% -
HSV(B) 328.42º 0.99% 0.98% -
XYZ 43.69 22.08 24.15 -
YUV 91.67 151.33 240.93 -
System Red Green Blue C M Y K H S L
Decimal 250 3 133 0 0.99 0.47 0.02 328.42 0.98 0.5
Hex FA 3 85 0 63 2F 2 148 62 32
Octal 372 3 205 0 143 57 2 510 142 62
Binary 11111010 11 10000101 0 1100011 101111 10 101001000 1100010 110010

Color Harmonies of #FA0385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0385

Black with #FA0385

Text Example


Text Example

White with #FA0385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0385; }

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

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

background-color css

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

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

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

border-color css

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

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

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