Html Css Color HEX #FA2085 Deep Pink

📋 copy color: '#FA2085'

red 250 ◦ green 32 ◦ blue 133

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

Shades of Deep Pink #FA2085

Tints of Deep Pink #FA2085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.71%

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

R = 60.24%
G = 7.71%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA2085 (or 0xFA2085) is known color: Deep Pink. HEX triplet: FA, 20 and 85. RGB value is (250,32,133). Sum of RGB (Red+Green+Blue) = 250+32+133=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2085 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2085 is #05DF7A. Grayscale: #6C6C6C. Windows color (decimal): -384891 or 8724730. OLE color: 8724730.

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

Color convert

RGB 250 32 133 -
CMYK 0 0.87 0.47 0.02
HSL 332.2º 0.96% 0.55% -
HSV(B) 332.2º 0.87% 0.98% -
XYZ 44.17 23.05 24.31 -
YUV 108.7 141.72 228.79 -
System Red Green Blue C M Y K H S L
Decimal 250 32 133 0 0.87 0.47 0.02 332.2 0.96 0.55
Hex FA 20 85 0 57 2F 2 14C 60 37
Octal 372 40 205 0 127 57 2 514 140 67
Binary 11111010 100000 10000101 0 1010111 101111 10 101001100 1100000 110111

Color Harmonies of #FA2085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2085

Black with #FA2085

Text Example


Text Example

White with #FA2085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2085; }

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

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

background-color css

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

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

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

border-color css

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

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

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