Html Css Color HEX #FA0992 Deep Pink

📋 copy color: '#FA0992'

red 250 ◦ green 9 ◦ blue 146

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

Shades of Deep Pink #FA0992

Tints of Deep Pink #FA0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.22%

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

R = 61.73%
G = 2.22%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FA0992 (or 0xFA0992) is known color: Deep Pink. HEX triplet: FA, 09 and 92. RGB value is (250,9,146). Sum of RGB (Red+Green+Blue) = 250+9+146=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 9 (3.91% from 255 or 2.22% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0992 is #05F66D. Grayscale: #606060. Windows color (decimal): -390766 or 9570810. OLE color: 9570810.

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

Color convert

RGB 250 9 146 -
CMYK 0 0.96 0.42 0.02
HSL 325.89º 0.96% 0.51% -
HSV(B) 325.89º 0.96% 0.98% -
XYZ 44.71 22.59 29.2 -
YUV 96.68 155.84 237.36 -
System Red Green Blue C M Y K H S L
Decimal 250 9 146 0 0.96 0.42 0.02 325.89 0.96 0.51
Hex FA 9 92 0 60 2A 2 146 60 33
Octal 372 11 222 0 140 52 2 506 140 63
Binary 11111010 1001 10010010 0 1100000 101010 10 101000110 1100000 110011

Color Harmonies of #FA0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0992

Black with #FA0992

Text Example


Text Example

White with #FA0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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