Html Css Color HEX #FA0384 Deep Pink

📋 copy color: '#FA0384'

red 250 ◦ green 3 ◦ blue 132

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

Shades of Deep Pink #FA0384

Tints of Deep Pink #FA0384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.29%

R = 64.94%
G = 0.78%
B = 34.29%

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

#FA0384 (or 0xFA0384) is known color: Deep Pink. HEX triplet: FA, 03 and 84. RGB value is (250,3,132). Sum of RGB (Red+Green+Blue) = 250+3+132=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 3 (1.56% from 255 or 0.78% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0384 is #05FC7B. Grayscale: #5B5B5B. Windows color (decimal): -392316 or 8651770. OLE color: 8651770.

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

Color convert

RGB 250 3 132 -
CMYK 0 0.99 0.47 0.02
HSL 328.66º 0.98% 0.5% -
HSV(B) 328.66º 0.99% 0.98% -
XYZ 43.62 22.06 23.79 -
YUV 91.56 150.83 241.01 -
System Red Green Blue C M Y K H S L
Decimal 250 3 132 0 0.99 0.47 0.02 328.66 0.98 0.5
Hex FA 3 84 0 63 2F 2 149 62 32
Octal 372 3 204 0 143 57 2 511 142 62
Binary 11111010 11 10000100 0 1100011 101111 10 101001001 1100010 110010

Color Harmonies of #FA0384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0384

Black with #FA0384

Text Example


Text Example

White with #FA0384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0384; }

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

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

background-color css

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

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

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

border-color css

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

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

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