Html Css Color HEX #FA2185 Deep Pink

📋 copy color: '#FA2185'

red 250 ◦ green 33 ◦ blue 133

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

Shades of Deep Pink #FA2185

Tints of Deep Pink #FA2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.93%

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

R = 60.1%
G = 7.93%
B = 31.97%

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

#FA2185 (or 0xFA2185) is known color: Deep Pink. HEX triplet: FA, 21 and 85. RGB value is (250,33,133). Sum of RGB (Red+Green+Blue) = 250+33+133=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2185 is #05DE7A. Grayscale: #6D6D6D. Windows color (decimal): -384635 or 8724986. OLE color: 8724986.

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

Color convert

RGB 250 33 133 -
CMYK 0 0.87 0.47 0.02
HSL 332.35º 0.96% 0.55% -
HSV(B) 332.35º 0.87% 0.98% -
XYZ 44.2 23.11 24.32 -
YUV 109.28 141.39 228.37 -
System Red Green Blue C M Y K H S L
Decimal 250 33 133 0 0.87 0.47 0.02 332.35 0.96 0.55
Hex FA 21 85 0 57 2F 2 14C 60 37
Octal 372 41 205 0 127 57 2 514 140 67
Binary 11111010 100001 10000101 0 1010111 101111 10 101001100 1100000 110111

Color Harmonies of #FA2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2185

Black with #FA2185

Text Example


Text Example

White with #FA2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2185; }

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

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

background-color css

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

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

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

border-color css

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

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

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