Html Css Color HEX #FA2283 Deep Pink

📋 copy color: '#FA2283'

red 250 ◦ green 34 ◦ blue 131

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

Shades of Deep Pink #FA2283

Tints of Deep Pink #FA2283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.57%

R = 60.24%
G = 8.19%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA2283 (or 0xFA2283) is known color: Deep Pink. HEX triplet: FA, 22 and 83. RGB value is (250,34,131). Sum of RGB (Red+Green+Blue) = 250+34+131=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2283 is #05DD7C. Grayscale: #6D6D6D. Windows color (decimal): -384381 or 8594170. OLE color: 8594170.

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

Color convert

RGB 250 34 131 -
CMYK 0 0.86 0.48 0.02
HSL 333.06º 0.96% 0.56% -
HSV(B) 333.06º 0.86% 0.98% -
XYZ 44.09 23.11 23.61 -
YUV 109.64 140.06 228.11 -
System Red Green Blue C M Y K H S L
Decimal 250 34 131 0 0.86 0.48 0.02 333.06 0.96 0.56
Hex FA 22 83 0 56 30 2 14D 60 38
Octal 372 42 203 0 126 60 2 515 140 70
Binary 11111010 100010 10000011 0 1010110 110000 10 101001101 1100000 111000

Color Harmonies of #FA2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2283

Black with #FA2283

Text Example


Text Example

White with #FA2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2283; }

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

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

background-color css

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

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

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

border-color css

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

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

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