Html Css Color HEX #FA1684 Deep Pink

📋 copy color: '#FA1684'

red 250 ◦ green 22 ◦ blue 132

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

Shades of Deep Pink #FA1684

Tints of Deep Pink #FA1684

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 61.88%
G = 5.45%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA1684 (or 0xFA1684) is known color: Deep Pink. HEX triplet: FA, 16 and 84. RGB value is (250,22,132). Sum of RGB (Red+Green+Blue) = 250+22+132=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1684 is #05E97B. Grayscale: #666666. Windows color (decimal): -387452 or 8656634. OLE color: 8656634.

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

Color convert

RGB 250 22 132 -
CMYK 0 0.91 0.47 0.02
HSL 331.05º 0.96% 0.53% -
HSV(B) 331.05º 0.91% 0.98% -
XYZ 43.88 22.56 23.87 -
YUV 102.71 144.54 233.06 -
System Red Green Blue C M Y K H S L
Decimal 250 22 132 0 0.91 0.47 0.02 331.05 0.96 0.53
Hex FA 16 84 0 5B 2F 2 14B 60 35
Octal 372 26 204 0 133 57 2 513 140 65
Binary 11111010 10110 10000100 0 1011011 101111 10 101001011 1100000 110101

Color Harmonies of #FA1684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1684

Black with #FA1684

Text Example


Text Example

White with #FA1684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1684; }

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

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

background-color css

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

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

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

border-color css

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

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

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