Html Css Color HEX #FA0A85 Deep Pink

📋 copy color: '#FA0A85'

red 250 ◦ green 10 ◦ blue 133

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

Shades of Deep Pink #FA0A85

Tints of Deep Pink #FA0A85

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 63.61%
G = 2.54%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FA0A85 (or 0xFA0A85) is known color: Deep Pink. HEX triplet: FA, 0A and 85. RGB value is (250,10,133). Sum of RGB (Red+Green+Blue) = 250+10+133=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A85 is #05F57A. Grayscale: #5F5F5F. Windows color (decimal): -390523 or 8719098. OLE color: 8719098.

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

Color convert

RGB 250 10 133 -
CMYK 0 0.96 0.47 0.02
HSL 329.25º 0.96% 0.51% -
HSV(B) 329.25º 0.96% 0.98% -
XYZ 43.77 22.23 24.18 -
YUV 95.78 149.01 238 -
System Red Green Blue C M Y K H S L
Decimal 250 10 133 0 0.96 0.47 0.02 329.25 0.96 0.51
Hex FA A 85 0 60 2F 2 149 60 33
Octal 372 12 205 0 140 57 2 511 140 63
Binary 11111010 1010 10000101 0 1100000 101111 10 101001001 1100000 110011

Color Harmonies of #FA0A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0A85

Black with #FA0A85

Text Example


Text Example

White with #FA0A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0A85; }

 p { color: rgb(250,10,133); }

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

background-color css

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

 a { background-color: rgb(250,10,133); }

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

border-color css

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

 span { border-color: rgb(250,10,133); }

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