Html Css Color HEX #FA2292 Deep Pink

📋 copy color: '#FA2292'

red 250 ◦ green 34 ◦ blue 146

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

Shades of Deep Pink #FA2292

Tints of Deep Pink #FA2292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.95%

R = 58.14%
G = 7.91%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA2292 (or 0xFA2292) is known color: Deep Pink. HEX triplet: FA, 22 and 92. RGB value is (250,34,146). Sum of RGB (Red+Green+Blue) = 250+34+146=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2292 is #05DD6D. Grayscale: #6F6F6F. Windows color (decimal): -384366 or 9577210. OLE color: 9577210.

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

Color convert

RGB 250 34 146 -
CMYK 0 0.86 0.42 0.02
HSL 328.89º 0.96% 0.56% -
HSV(B) 328.89º 0.86% 0.98% -
XYZ 45.18 23.54 29.36 -
YUV 111.35 147.56 226.89 -
System Red Green Blue C M Y K H S L
Decimal 250 34 146 0 0.86 0.42 0.02 328.89 0.96 0.56
Hex FA 22 92 0 56 2A 2 149 60 38
Octal 372 42 222 0 126 52 2 511 140 70
Binary 11111010 100010 10010010 0 1010110 101010 10 101001001 1100000 111000

Color Harmonies of #FA2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2292

Black with #FA2292

Text Example


Text Example

White with #FA2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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