Html Css Color HEX #FA1675 Deep Pink

📋 copy color: '#FA1675'

red 250 ◦ green 22 ◦ blue 117

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

Shades of Deep Pink #FA1675

Tints of Deep Pink #FA1675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 64.27%
G = 5.66%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA1675 (or 0xFA1675) is known color: Deep Pink. HEX triplet: FA, 16 and 75. RGB value is (250,22,117). Sum of RGB (Red+Green+Blue) = 250+22+117=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA1675 is #05E98A. Grayscale: #646464. Windows color (decimal): -387467 or 7673594. OLE color: 7673594.

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

Color convert

RGB 250 22 117 -
CMYK 0 0.91 0.53 0.02
HSL 335º 0.96% 0.53% -
HSV(B) 335º 0.91% 0.98% -
XYZ 42.92 22.18 18.85 -
YUV 101 137.04 234.28 -
System Red Green Blue C M Y K H S L
Decimal 250 22 117 0 0.91 0.53 0.02 335 0.96 0.53
Hex FA 16 75 0 5B 35 2 14F 60 35
Octal 372 26 165 0 133 65 2 517 140 65
Binary 11111010 10110 1110101 0 1011011 110101 10 101001111 1100000 110101

Color Harmonies of #FA1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1675

Black with #FA1675

Text Example


Text Example

White with #FA1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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