Html Css Color HEX #FA2287 Deep Pink

📋 copy color: '#FA2287'

red 250 ◦ green 34 ◦ blue 135

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

Shades of Deep Pink #FA2287

Tints of Deep Pink #FA2287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.11%

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

R = 59.67%
G = 8.11%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA2287 (or 0xFA2287) is known color: Deep Pink. HEX triplet: FA, 22 and 87. RGB value is (250,34,135). Sum of RGB (Red+Green+Blue) = 250+34+135=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2287 is #05DD78. Grayscale: #6D6D6D. Windows color (decimal): -384377 or 8856314. OLE color: 8856314.

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

Color convert

RGB 250 34 135 -
CMYK 0 0.86 0.46 0.02
HSL 331.94º 0.96% 0.56% -
HSV(B) 331.94º 0.86% 0.98% -
XYZ 44.37 23.22 25.06 -
YUV 110.1 142.06 227.79 -
System Red Green Blue C M Y K H S L
Decimal 250 34 135 0 0.86 0.46 0.02 331.94 0.96 0.56
Hex FA 22 87 0 56 2E 2 14C 60 38
Octal 372 42 207 0 126 56 2 514 140 70
Binary 11111010 100010 10000111 0 1010110 101110 10 101001100 1100000 111000

Color Harmonies of #FA2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2287

Black with #FA2287

Text Example


Text Example

White with #FA2287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2287; }

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

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

background-color css

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

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

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

border-color css

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

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

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