Html Css Color HEX #FA1687 Deep Pink

📋 copy color: '#FA1687'

red 250 ◦ green 22 ◦ blue 135

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

Shades of Deep Pink #FA1687

Tints of Deep Pink #FA1687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 61.43%
G = 5.41%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA1687 (or 0xFA1687) is known color: Deep Pink. HEX triplet: FA, 16 and 87. RGB value is (250,22,135). Sum of RGB (Red+Green+Blue) = 250+22+135=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1687 is #05E978. Grayscale: #666666. Windows color (decimal): -387449 or 8853242. OLE color: 8853242.

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

Color convert

RGB 250 22 135 -
CMYK 0 0.91 0.46 0.02
HSL 330.26º 0.96% 0.53% -
HSV(B) 330.26º 0.91% 0.98% -
XYZ 44.08 22.65 24.97 -
YUV 103.05 146.04 232.81 -
System Red Green Blue C M Y K H S L
Decimal 250 22 135 0 0.91 0.46 0.02 330.26 0.96 0.53
Hex FA 16 87 0 5B 2E 2 14A 60 35
Octal 372 26 207 0 133 56 2 512 140 65
Binary 11111010 10110 10000111 0 1011011 101110 10 101001010 1100000 110101

Color Harmonies of #FA1687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1687

Black with #FA1687

Text Example


Text Example

White with #FA1687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1687; }

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

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

background-color css

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

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

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

border-color css

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

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

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