Html Css Color HEX #FA0678 Deep Pink

📋 copy color: '#FA0678'

red 250 ◦ green 6 ◦ blue 120

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

Shades of Deep Pink #FA0678

Tints of Deep Pink #FA0678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.6%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 66.49%
G = 1.6%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA0678 (or 0xFA0678) is known color: Deep Pink. HEX triplet: FA, 06 and 78. RGB value is (250,6,120). Sum of RGB (Red+Green+Blue) = 250+6+120=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0678 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0678 is #05F987. Grayscale: #5B5B5B. Windows color (decimal): -391560 or 7866106. OLE color: 7866106.

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

Color convert

RGB 250 6 120 -
CMYK 0 0.98 0.52 0.02
HSL 331.97º 0.96% 0.5% -
HSV(B) 331.97º 0.98% 0.98% -
XYZ 42.88 21.81 19.72 -
YUV 91.95 143.84 240.73 -
System Red Green Blue C M Y K H S L
Decimal 250 6 120 0 0.98 0.52 0.02 331.97 0.96 0.5
Hex FA 6 78 0 62 34 2 14C 60 32
Octal 372 6 170 0 142 64 2 514 140 62
Binary 11111010 110 1111000 0 1100010 110100 10 101001100 1100000 110010

Color Harmonies of #FA0678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0678

Black with #FA0678

Text Example


Text Example

White with #FA0678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0678; }

 p { color: rgb(250,6,120); }

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

background-color css

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

 a { background-color: rgb(250,6,120); }

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

border-color css

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

 span { border-color: rgb(250,6,120); }

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