Html Css Color HEX #FA0892 Deep Pink

📋 copy color: '#FA0892'

red 250 ◦ green 8 ◦ blue 146

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

Shades of Deep Pink #FA0892

Tints of Deep Pink #FA0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 61.88%
G = 1.98%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0892 (or 0xFA0892) is known color: Deep Pink. HEX triplet: FA, 08 and 92. RGB value is (250,8,146). Sum of RGB (Red+Green+Blue) = 250+8+146=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0892 is #05F76D. Grayscale: #5F5F5F. Windows color (decimal): -391022 or 9570554. OLE color: 9570554.

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

Color convert

RGB 250 8 146 -
CMYK 0 0.97 0.42 0.02
HSL 325.79º 0.96% 0.51% -
HSV(B) 325.79º 0.97% 0.98% -
XYZ 44.7 22.57 29.2 -
YUV 96.09 156.17 237.78 -
System Red Green Blue C M Y K H S L
Decimal 250 8 146 0 0.97 0.42 0.02 325.79 0.96 0.51
Hex FA 8 92 0 61 2A 2 146 60 33
Octal 372 10 222 0 141 52 2 506 140 63
Binary 11111010 1000 10010010 0 1100001 101010 10 101000110 1100000 110011

Color Harmonies of #FA0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0892

Black with #FA0892

Text Example


Text Example

White with #FA0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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