Html Css Color HEX #FA1085 Deep Pink

📋 copy color: '#FA1085'

red 250 ◦ green 16 ◦ blue 133

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

Shades of Deep Pink #FA1085

Tints of Deep Pink #FA1085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.01%

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

R = 62.66%
G = 4.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA1085 (or 0xFA1085) is known color: Deep Pink. HEX triplet: FA, 10 and 85. RGB value is (250,16,133). Sum of RGB (Red+Green+Blue) = 250+16+133=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1085 is #05EF7A. Grayscale: #636363. Windows color (decimal): -388987 or 8720634. OLE color: 8720634.

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

Color convert

RGB 250 16 133 -
CMYK 0 0.94 0.47 0.02
HSL 330º 0.96% 0.52% -
HSV(B) 330º 0.94% 0.98% -
XYZ 43.84 22.39 24.2 -
YUV 99.3 147.02 235.49 -
System Red Green Blue C M Y K H S L
Decimal 250 16 133 0 0.94 0.47 0.02 330 0.96 0.52
Hex FA 10 85 0 5E 2F 2 14A 60 34
Octal 372 20 205 0 136 57 2 512 140 64
Binary 11111010 10000 10000101 0 1011110 101111 10 101001010 1100000 110100

Color Harmonies of #FA1085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1085

Black with #FA1085

Text Example


Text Example

White with #FA1085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1085; }

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

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

background-color css

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

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

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

border-color css

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

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

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